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