Commit b6866692 by jiang'yun

修改

parent 8599e5e3
......@@ -344,6 +344,7 @@ public class SjDjjcController extends BaseController
if(row==null){
continue;
}
SjDzfc sjDzfc =new SjDzfc();
sjDzfc.setSjjh(jh);
sjDzfc.setYjjh1(yjjh1);
......
......@@ -309,8 +309,8 @@ public class DjdcServiceImpl implements DjdcService {
String zwsj ="";
Jswa jswap=new Jswa();
jswap.setKsrq(item.getKssj());
jswap.setJsrq(item.getJssj());
jswap.setKsrq(DateUtils.parseDateToStr("yyyy-MM-dd",DateUtils.parseDate(item.getKssj())));
jswap.setJsrq(DateUtils.parseDateToStr("yyyy-MM-dd",DateUtils.parseDate(item.getJssj())));
jswap.setJs(item.getJs());
jswap.setJh(item.getJh());
Jswa jswaZwsj = jswaMapper.selectZwsj(jswap);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment