This commit is contained in:
mashuai 2025-08-14 19:11:46 +08:00
parent 9f602eb078
commit 76c64903b8
2 changed files with 4 additions and 4 deletions

View File

@ -1169,16 +1169,16 @@ public class BackApplyInfoServiceImpl implements IBackApplyInfoService {
backApplyDetails.setIsFinished(1);
result += backApplyInfoMapper.insertCheckDetails(backApplyDetails);
// 查询项目部同步数据
xmList = backApplyInfoMapper.selectXmList(backApplyDetails);
//xmList = backApplyInfoMapper.selectXmList(backApplyDetails);
}
res = updateSlt4BeanClz(materialBackApplyInfo, clzList);
if (res == 0) {
throw new RuntimeException("同步材料站结算出错");
}
res = updateSlt4BeanXm(backApplyInfo4, xmList);
/*res = updateSlt4BeanXm(backApplyInfo4, xmList);
if (res == 0) {
throw new RuntimeException("同步项目部结算出错");
}
}*/
}
}
// 完成退料部分更新 back_check_details

View File

@ -1452,7 +1452,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM
slt_agreement_info
WHERE
source = '1'
source = '2'
AND type_id = #{typeId}
AND status = 0
<if test="maId != null">