bug修复
This commit is contained in:
parent
c1e851ac14
commit
d5fde80166
|
|
@ -556,7 +556,6 @@ public class BackReceiveServiceImpl implements BackReceiveService {
|
|||
if (arr.length > 0) {
|
||||
for (int i = 0; i < arr.length; i++) {
|
||||
// 退料核查中
|
||||
arr[i].setStatus("0");
|
||||
res = backReceiveMapper.insertCheckDetails(arr[i]);
|
||||
// 合格设备增加库存
|
||||
if ("1".equals(arr[i].getBackStatus())) {
|
||||
|
|
|
|||
|
|
@ -302,9 +302,6 @@
|
|||
<if test="backStatus != null">
|
||||
back_status,
|
||||
</if>
|
||||
<if test="status != null">
|
||||
status,
|
||||
</if>
|
||||
<if test="createBy != null and createBy != ''">
|
||||
create_by,
|
||||
</if>
|
||||
|
|
@ -345,9 +342,6 @@
|
|||
<if test="backStatus != null">
|
||||
#{backStatus},
|
||||
</if>
|
||||
<if test="status != null">
|
||||
#{status},
|
||||
</if>
|
||||
<if test="createBy != null and createBy != ''">
|
||||
#{createBy},
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue