Commit 63327e70 authored by 罗林杰's avatar 罗林杰

修改客户管理

parent 5fdb4825
......@@ -35,6 +35,7 @@ public class CustInfoServiceImpl extends ServiceImpl<CustInfoRepository,CustInfo
@Override
public CyPersistModel persist(CustInfo custInfo){
//增加操作
custInfo.setStoreId(CyUserUtil.getAuthenDept());
int line = baseMapper.insert(custInfo);
log.debug(CyUserUtil.getAuthenUsername()+"新增了ID为"+
custInfo.getBusinessId()+"的客户信息表信息");
......
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