@@ -49,7 +49,7 @@ public class CustInfomationTask extends AbstractTask{
if(cuId == 0){
type = "INSERT";
cuId = jdbcTemplate.generate("CUSTOMERINFOR_SEQ");
- cuCode = (compBaseInfoByErmRest.getCode() ==null || compBaseInfoByErmRest.getCode().equals("") )? jdbcTemplate.generateCode("Customer!Infor", 2):compBaseInfoByErmRest.getCode();
+ cuCode = (compBaseInfoByErmRest.getCode() ==null || compBaseInfoByErmRest.getCode().equals("") )? jdbcTemplate.generateCode("CustomerInfor", 2):compBaseInfoByErmRest.getCode();
}
//主表 客户资料
sqls.addAll(getMainSqls(type,cuId,cuCode,enMap,entExtInfoResp));