47700 MES-PCN:站点容器绑定问题汇总:(优化)

mes-uat-changshu0609-temp-logic-20250613-3533
logic.fang 1 month ago
parent 9f0b69405c
commit f0cd2ca1e3

@ -55,7 +55,7 @@ public class MesContainerSnStationController {
@ApiOperation(value = "新增")
public ResultBean doInsert(@RequestBody MesContainerSnStation mesContainerSnStation) {
try {
ValidatorBean.checkNotNull(mesContainerSnStation.getCreateUser(), "工厂代码为空");
ValidatorBean.checkNotNull(mesContainerSnStation.getCreateUser(), "操作人为空");
ValidatorBean.checkNotNull(mesContainerSnStation.getOrganizeCode(), "工厂代码为空");
//校验容器条码是否存在
mesContainerSnService.checkContainerSnIsExist(mesContainerSnStation.getContainerSn(), mesContainerSnStation.getOrganizeCode());

Loading…
Cancel
Save