备注信息调整

This commit is contained in:
lym
2024-06-25 09:12:43 +08:00
parent 03de668d9a
commit 280beb808a
7 changed files with 21 additions and 41 deletions
@@ -52,7 +52,7 @@ public class PlateServiceImpl implements PlateService {
}
// 判断板材是否存在
PlateDO existPlate = plateMapper.selectByGoodID(createReqVO.getGoodsId(), OrganContextHolder.getOrganId());
System.out.println(" existPlate " + existPlate);
// System.out.println(" existPlate " + existPlate);
if (existPlate != null){
throw exception(ErrorCodeConstants.PLATE_EXISTS);
}