Commit f52cb131 authored by huyuchen's avatar huyuchen

huych-商险接口推送优化

parent 119146d1
......@@ -685,7 +685,7 @@ public class DoJointInsuranceTask {
//更新商险变更记录未结算
List<EkpInsurancesInfo> unInfoList = insurancesInfoMapper.getEkpInsurancesInfoSettle(param.getFd_3b5bf032d7a822());
if (Common.isNotNull(unInfoList)) {
for (EkpInsurancesInfo unInfo :infoList) {
for (EkpInsurancesInfo unInfo :unInfoList) {
//发票号
if (Common.isNotNull(param.getFd_3b5bf030ab1a56())) {
unInfo.setFd_3adfe65e0cd094(param.getFd_3b5bf030ab1a56());
......
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