This commit is contained in:
parent
9f602eb078
commit
76c64903b8
|
|
@ -1169,16 +1169,16 @@ public class BackApplyInfoServiceImpl implements IBackApplyInfoService {
|
||||||
backApplyDetails.setIsFinished(1);
|
backApplyDetails.setIsFinished(1);
|
||||||
result += backApplyInfoMapper.insertCheckDetails(backApplyDetails);
|
result += backApplyInfoMapper.insertCheckDetails(backApplyDetails);
|
||||||
// 查询项目部同步数据
|
// 查询项目部同步数据
|
||||||
xmList = backApplyInfoMapper.selectXmList(backApplyDetails);
|
//xmList = backApplyInfoMapper.selectXmList(backApplyDetails);
|
||||||
}
|
}
|
||||||
res = updateSlt4BeanClz(materialBackApplyInfo, clzList);
|
res = updateSlt4BeanClz(materialBackApplyInfo, clzList);
|
||||||
if (res == 0) {
|
if (res == 0) {
|
||||||
throw new RuntimeException("同步材料站结算出错");
|
throw new RuntimeException("同步材料站结算出错");
|
||||||
}
|
}
|
||||||
res = updateSlt4BeanXm(backApplyInfo4, xmList);
|
/*res = updateSlt4BeanXm(backApplyInfo4, xmList);
|
||||||
if (res == 0) {
|
if (res == 0) {
|
||||||
throw new RuntimeException("同步项目部结算出错");
|
throw new RuntimeException("同步项目部结算出错");
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 完成退料部分,更新 back_check_details
|
// 完成退料部分,更新 back_check_details
|
||||||
|
|
|
||||||
|
|
@ -1452,7 +1452,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
FROM
|
FROM
|
||||||
slt_agreement_info
|
slt_agreement_info
|
||||||
WHERE
|
WHERE
|
||||||
source = '1'
|
source = '2'
|
||||||
AND type_id = #{typeId}
|
AND type_id = #{typeId}
|
||||||
AND status = 0
|
AND status = 0
|
||||||
<if test="maId != null">
|
<if test="maId != null">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue