|
|
|
@ -309,6 +309,7 @@ public class ZyjhController {
|
|
|
|
if (StrUtil.isEmpty(item.getSllph())&&!ljList.isEmpty()){
|
|
|
|
if (StrUtil.isEmpty(item.getSllph())&&!ljList.isEmpty()){
|
|
|
|
item.setSllph(ljList.get(0).getSllph());
|
|
|
|
item.setSllph(ljList.get(0).getSllph());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
mpDhsjServcie.remove(Wrappers.<MpDhsj>lambdaQuery()
|
|
|
|
mpDhsjServcie.remove(Wrappers.<MpDhsj>lambdaQuery()
|
|
|
|
.eq(MpDhsj::getDcCh,item.getDcCh())
|
|
|
|
.eq(MpDhsj::getDcCh,item.getDcCh())
|
|
|
|
.eq(MpDhsj::getDcPl,item.getDcPl())
|
|
|
|
.eq(MpDhsj::getDcPl,item.getDcPl())
|
|
|
|
|