Bladeren bron

患者信息表修改认领逻辑

cgp 1 week geleden
bovenliggende
commit
a71d1993a4

+ 1 - 0
fs-service/src/main/java/com/fs/qw/service/impl/FsCompanyCustomerServiceImpl.java

@@ -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) {
             // 判断是否为唯一键冲突(电话号码重复)