fix:出库时组盘表状态
This commit is contained in:
@@ -52,6 +52,8 @@ import java.util.List;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import static org.nl.wms.warehouse_manage.enums.IOSEnum.GROUP_PLATE_STATUS;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 仓位实现类
|
* 仓位实现类
|
||||||
*
|
*
|
||||||
@@ -410,6 +412,7 @@ public class StructattrServiceImpl extends ServiceImpl<StructattrMapper, Structa
|
|||||||
.set("frozen_qty", 0)
|
.set("frozen_qty", 0)
|
||||||
.set("qty", subtract)
|
.set("qty", subtract)
|
||||||
.set("update_time", now)
|
.set("update_time", now)
|
||||||
|
.set("status", GROUP_PLATE_STATUS.code("组盘"))
|
||||||
.eq("group_id", vehicleMater.getGroup_id());
|
.eq("group_id", vehicleMater.getGroup_id());
|
||||||
iMdPbGroupplateService.update(update);
|
iMdPbGroupplateService.update(update);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user