@@ -46,6 +46,7 @@ public class FsCompanyCustomerServiceImpl implements IFsCompanyCustomerService {
@Override
public int insertFsCompanyCustomer(FsCompanyCustomer customer) {
try {
+ customer.setClaimStatus(BigDecimal.ONE.intValue());
return fsCompanyCustomerMapper.insertFsCompanyCustomer(customer);
} catch (Exception e) {
// 判断是否为唯一键冲突(电话号码重复)