Bladeren bron

修改提示

huangxingxing 1 jaar geleden
bovenliggende
commit
5c129a37cf
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/main/java/com/miniframe/bisiness/system/D10014Service.java

+ 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) {