bug修复

This commit is contained in:
mashuai 2025-04-15 10:29:55 +08:00
parent c1e851ac14
commit d5fde80166
2 changed files with 0 additions and 7 deletions

View File

@ -556,7 +556,6 @@ public class BackReceiveServiceImpl implements BackReceiveService {
if (arr.length > 0) { if (arr.length > 0) {
for (int i = 0; i < arr.length; i++) { for (int i = 0; i < arr.length; i++) {
// 退料核查中 // 退料核查中
arr[i].setStatus("0");
res = backReceiveMapper.insertCheckDetails(arr[i]); res = backReceiveMapper.insertCheckDetails(arr[i]);
// 合格设备增加库存 // 合格设备增加库存
if ("1".equals(arr[i].getBackStatus())) { if ("1".equals(arr[i].getBackStatus())) {

View File

@ -302,9 +302,6 @@
<if test="backStatus != null"> <if test="backStatus != null">
back_status, back_status,
</if> </if>
<if test="status != null">
status,
</if>
<if test="createBy != null and createBy != ''"> <if test="createBy != null and createBy != ''">
create_by, create_by,
</if> </if>
@ -345,9 +342,6 @@
<if test="backStatus != null"> <if test="backStatus != null">
#{backStatus}, #{backStatus},
</if> </if>
<if test="status != null">
#{status},
</if>
<if test="createBy != null and createBy != ''"> <if test="createBy != null and createBy != ''">
#{createBy}, #{createBy},
</if> </if>