生成合同
This commit is contained in:
parent
b8b59da4c3
commit
6c0893d194
@ -190,7 +190,7 @@ public class PsCustomInfoServiceImpl implements IPsCustomInfoService {
|
|||||||
qw.notIn(CollectionUtils.isNotEmpty(bo.getNotCustomStatus()), "info.custom_status", bo.getNotCustomStatus());//客户状态
|
qw.notIn(CollectionUtils.isNotEmpty(bo.getNotCustomStatus()), "info.custom_status", bo.getNotCustomStatus());//客户状态
|
||||||
qw.eq(StringUtils.isNotBlank(bo.getBlack()), "info.black", bo.getBlack());//客户状态
|
qw.eq(StringUtils.isNotBlank(bo.getBlack()), "info.black", bo.getBlack());//客户状态
|
||||||
//用户信息表条件
|
//用户信息表条件
|
||||||
qw.like(StringUtils.isNotBlank(bo.getCustomManagerName()), "use.custom_manager", bo.getCustomManagerName());//销售经理名称
|
qw.like(StringUtils.isNotBlank(bo.getCustomManagerName()), "use.nick_name", bo.getCustomManagerName());//销售经理名称
|
||||||
//关联客户信息表条件
|
//关联客户信息表条件
|
||||||
qw.eq(StringUtils.isNotBlank(bo.getCustomIntroducerName()), "psinfo.custom_introducer", bo.getCustomIntroducerName());//介绍人姓名
|
qw.eq(StringUtils.isNotBlank(bo.getCustomIntroducerName()), "psinfo.custom_introducer", bo.getCustomIntroducerName());//介绍人姓名
|
||||||
//公司名称
|
//公司名称
|
||||||
|
Loading…
Reference in New Issue
Block a user