mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user