|
|
|
@ -121,6 +121,10 @@ public class PgdSljhController {
|
|
|
|
|
ydjh.setZylx(slKc.getZYLX());
|
|
|
|
|
ydjh.setSlbz(slKc.getBZ());
|
|
|
|
|
ydjh.setSldrry((String) req.getAttribute("yhms"));
|
|
|
|
|
if("11".equals(slKc.getSLDW())){
|
|
|
|
|
ydjh.setZyq("FP4Q");
|
|
|
|
|
ydjh.setZyq1("四区");
|
|
|
|
|
}
|
|
|
|
|
ydupList.add(ydjh);
|
|
|
|
|
}
|
|
|
|
|
if(StringUtils.isBlank(slKc.getDCTH())){
|
|
|
|
@ -145,7 +149,11 @@ public class PgdSljhController {
|
|
|
|
|
ydjh.setSllsh(id);
|
|
|
|
|
ydjh.setSldrrq(DateUtil.format(DateUtil.date(), "yyyy/MM/dd HH:mm"));
|
|
|
|
|
ydjh.setSldrry((String) req.getAttribute("yhms"));
|
|
|
|
|
dmYdjhService.save(ydjh);
|
|
|
|
|
if("11".equals(slKc.getSLDW())) {
|
|
|
|
|
ydjh.setZyq("FP4Q");
|
|
|
|
|
ydjh.setZyq1("四区");
|
|
|
|
|
}
|
|
|
|
|
dmYdjhService.save(ydjh);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|