This commit is contained in:
parent
9f602eb078
commit
76c64903b8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue