移位管理移位数量赋值

This commit is contained in:
zhou-hongcheng
2026-01-27 10:00:39 +08:00
parent 18d479b55e
commit 2afe2061af
@@ -242,6 +242,8 @@ public class ShiftManageApplicationService {
if (shiftMaterialDetailPO == null){
throw new ServiceException("物料明细不存在");
}
//ShiftQuantity前端传过来是0 他那边不好赋值 和Quantity参数统一
shiftMaterialDetailDO.setShiftQuantity(shiftMaterialDetailDO.getQuantity());
if (shiftMaterialDetailDO.getShiftQuantity().compareTo(BigDecimal.ZERO) == 0){
//未进行移位直接跳过
continue;