Merge remote-tracking branch 'origin/main'

This commit is contained in:
liuzhaotian
2024-06-25 09:39:24 +08:00
24 changed files with 279 additions and 123 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);
}