Commit b6866692 by jiang'yun

修改

parent 8599e5e3
...@@ -344,6 +344,7 @@ public class SjDjjcController extends BaseController ...@@ -344,6 +344,7 @@ public class SjDjjcController extends BaseController
if(row==null){ if(row==null){
continue; continue;
} }
SjDzfc sjDzfc =new SjDzfc(); SjDzfc sjDzfc =new SjDzfc();
sjDzfc.setSjjh(jh); sjDzfc.setSjjh(jh);
sjDzfc.setYjjh1(yjjh1); sjDzfc.setYjjh1(yjjh1);
......
...@@ -309,8 +309,8 @@ public class DjdcServiceImpl implements DjdcService { ...@@ -309,8 +309,8 @@ public class DjdcServiceImpl implements DjdcService {
String zwsj =""; String zwsj ="";
Jswa jswap=new Jswa(); Jswa jswap=new Jswa();
jswap.setKsrq(item.getKssj()); jswap.setKsrq(DateUtils.parseDateToStr("yyyy-MM-dd",DateUtils.parseDate(item.getKssj())));
jswap.setJsrq(item.getJssj()); jswap.setJsrq(DateUtils.parseDateToStr("yyyy-MM-dd",DateUtils.parseDate(item.getJssj())));
jswap.setJs(item.getJs()); jswap.setJs(item.getJs());
jswap.setJh(item.getJh()); jswap.setJh(item.getJh());
Jswa jswaZwsj = jswaMapper.selectZwsj(jswap); 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