Commit d48541d6 by huluobin

# update

parent 8664a720
......@@ -394,6 +394,9 @@ public class CustomerServiceImpl extends ServiceImpl<CustomerMapper, Customer> i
String character,
Integer customerSource) {
if (customerSource == -1) {
throw new RRException("输入错误");
}
//用户基本信息
Customer customer = customerMapper.selectById(customerId);
customer.setStoreRecordRealName(storeRecordRealName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment