生成合同

This commit is contained in:
1073413548 2024-08-07 17:55:53 +08:00
parent b8b59da4c3
commit 6c0893d194

View File

@ -190,7 +190,7 @@ public class PsCustomInfoServiceImpl implements IPsCustomInfoService {
qw.notIn(CollectionUtils.isNotEmpty(bo.getNotCustomStatus()), "info.custom_status", bo.getNotCustomStatus());//客户状态
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());//介绍人姓名
//公司名称