|
|
@ -92,6 +92,9 @@ public class ZyClothsTypeController extends JeecgController<ZyClothsType, IZyClo |
|
|
|
return Result.error("同类型下 类型名称不能重复"); |
|
|
|
return Result.error("同类型下 类型名称不能重复"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (zyClothsType.getTypeId().equals("1455487094925819901")) { |
|
|
|
|
|
|
|
zyClothsType.setTypeId(null); |
|
|
|
|
|
|
|
} |
|
|
|
//生成编号 nums,编号,varchar,10,非空,不重复,企业缩写(4)+顺序号(6)在service层处理
|
|
|
|
//生成编号 nums,编号,varchar,10,非空,不重复,企业缩写(4)+顺序号(6)在service层处理
|
|
|
|
zyClothsType.setNums(zyClothsTypeService.generateNumber()); |
|
|
|
zyClothsType.setNums(zyClothsTypeService.generateNumber()); |
|
|
|
zyClothsTypeService.save(zyClothsType); |
|
|
|
zyClothsTypeService.save(zyClothsType); |
|
|
|