zhaowenxuan
6 天以前 696d71cdc4eefa49951b7e14556fe56072714edd
ltkj-admin/src/main/java/com/ltkj/web/controller/app/CustomerController.java
@@ -2,6 +2,7 @@
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.date.DateUtil;
import cn.hutool.core.util.StrUtil;
import cn.hutool.json.JSONArray;
import cn.hutool.json.JSONObject;
import cn.hutool.json.JSONUtil;
@@ -132,8 +133,11 @@
//            }
//        }
        String cusName = tjCustomer.getCusName();
        TjCustomer customer = customerService.getTjCustomerByCusIdCard(cusIdcard);
        if (StrUtil.isNotBlank(cusName)){
            customer.setCusName(cusName);
        }
        String key = sysConfigService.selectConfigByKey("sfkqdyhis");