Ver Fonte

修改提示

huangxingxing há 1 ano atrás
pai
commit
5c129a37cf

+ 1 - 1
src/main/java/com/miniframe/bisiness/system/D10014Service.java

@@ -59,7 +59,7 @@ public class D10014Service extends D10014BaseModel implements ExecProcessFlow {
 		sc.andIdNotEqualTo(coid);
 		int count = conMapper.selectCountByExample(sb);
 		if(count>0){
-			throw  new BusinessException("3100010");
+			throw  new BusinessException("EB3100010");
 		}
 	}
 	private void saveCon(String code, String name, float density, float diffcoe, float speheat, DConMapper conMapper) {