Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
forbes_crm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
crm
forbes_crm
Commits
668dbeb4
Commit
668dbeb4
authored
Dec 03, 2025
by
祁强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改客户查询中输入客户座机及负责人查询失败问题
parent
4a1e562c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
jeethink/jeethink-crm/src/main/resources/mapper/crm/CrmCustomerMapper.xml
...k-crm/src/main/resources/mapper/crm/CrmCustomerMapper.xml
+8
-8
No files found.
jeethink/jeethink-crm/src/main/resources/mapper/crm/CrmCustomerMapper.xml
View file @
668dbeb4
...
...
@@ -61,11 +61,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
c.del_flag='0'
<if
test=
"customerName != null and customerName != ''"
>
and c.customer_name like concat('%', #{customerName}, '%')
</if>
<if
test=
"nameShort != null and nameShort != ''"
>
and c.name_short like concat('%', #{nameShort}, '%')
</if>
<if
test=
"telephone != null and telephone != ''"
>
and
tc.
elephone like concat('%', #{telephone}, '%')
</if>
<if
test=
"telephone != null and telephone != ''"
>
and
c.t
elephone like concat('%', #{telephone}, '%')
</if>
<if
test=
"mobile != null and mobile != ''"
>
and c.mobile like concat('%', #{mobile}, '%')
</if>
<if
test=
"email != null and email != ''"
>
and c.email like concat('%', #{email}, '%')
</if>
<if
test=
"address != null and address != ''"
>
and c.address like concat('%', #{address}, '%')
</if>
<if
test=
"belongTo != null and belongTo != ''"
>
and c.belong
T
o like concat('%', #{belongTo}, '%')
</if>
<if
test=
"belongTo != null and belongTo != ''"
>
and c.belong
_t
o like concat('%', #{belongTo}, '%')
</if>
<if
test=
"industry != null and industry != ''"
>
and c.industry = #{industry}
</if>
<if
test=
"customerStatus != null and customerStatus != ''"
>
and c.customer_status = #{customerStatus}
</if>
<if
test=
"customerSource != null and customerSource != ''"
>
and c.customer_source = #{customerSource}
</if>
...
...
@@ -90,11 +90,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
c.del_flag='0'
<if
test=
"customerName != null and customerName != ''"
>
and c.customer_name like concat('%', #{customerName}, '%')
</if>
<if
test=
"nameShort != null and nameShort != ''"
>
and c.name_short like concat('%', #{nameShort}, '%')
</if>
<if
test=
"telephone != null and telephone != ''"
>
and
tc.
elephone like concat('%', #{telephone}, '%')
</if>
<if
test=
"telephone != null and telephone != ''"
>
and
c.t
elephone like concat('%', #{telephone}, '%')
</if>
<if
test=
"mobile != null and mobile != ''"
>
and c.mobile like concat('%', #{mobile}, '%')
</if>
<if
test=
"email != null and email != ''"
>
and c.email like concat('%', #{email}, '%')
</if>
<if
test=
"address != null and address != ''"
>
and c.address like concat('%', #{address}, '%')
</if>
<if
test=
"belongTo != null and belongTo != ''"
>
and c.belong
T
o like concat('%', #{belongTo}, '%')
</if>
<if
test=
"belongTo != null and belongTo != ''"
>
and c.belong
_t
o like concat('%', #{belongTo}, '%')
</if>
<if
test=
"industry != null and industry != ''"
>
and c.industry = #{industry}
</if>
<if
test=
"customerStatus != null and customerStatus != ''"
>
and c.customer_status = #{customerStatus}
</if>
<if
test=
"customerSource != null and customerSource != ''"
>
and c.customer_source = #{customerSource}
</if>
...
...
@@ -124,11 +124,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
c.del_flag='0'
<if
test=
"customerName != null and customerName != ''"
>
and c.customer_name like concat('%', #{customerName}, '%')
</if>
<if
test=
"nameShort != null and nameShort != ''"
>
and c.name_short like concat('%', #{nameShort}, '%')
</if>
<if
test=
"telephone != null and telephone != ''"
>
and
tc.
elephone like concat('%', #{telephone}, '%')
</if>
<if
test=
"telephone != null and telephone != ''"
>
and
c.t
elephone like concat('%', #{telephone}, '%')
</if>
<if
test=
"mobile != null and mobile != ''"
>
and c.mobile like concat('%', #{mobile}, '%')
</if>
<if
test=
"email != null and email != ''"
>
and c.email like concat('%', #{email}, '%')
</if>
<if
test=
"address != null and address != ''"
>
and c.address like concat('%', #{address}, '%')
</if>
<if
test=
"belongTo != null and belongTo != ''"
>
and c.belong
T
o like concat('%', #{belongTo}, '%')
</if>
<if
test=
"belongTo != null and belongTo != ''"
>
and c.belong
_t
o like concat('%', #{belongTo}, '%')
</if>
<if
test=
"industry != null and industry != ''"
>
and c.industry = #{industry}
</if>
<if
test=
"customerStatus != null and customerStatus != ''"
>
and c.customer_status = #{customerStatus}
</if>
<if
test=
"customerSource != null and customerSource != ''"
>
and c.customer_source = #{customerSource}
</if>
...
...
@@ -154,11 +154,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
c.del_flag='0'
<if
test=
"customerName != null and customerName != ''"
>
and c.customer_name like concat('%', #{customerName}, '%')
</if>
<if
test=
"nameShort != null and nameShort != ''"
>
and c.name_short like concat('%', #{nameShort}, '%')
</if>
<if
test=
"telephone != null and telephone != ''"
>
and
tc.
elephone like concat('%', #{telephone}, '%')
</if>
<if
test=
"telephone != null and telephone != ''"
>
and
c.t
elephone like concat('%', #{telephone}, '%')
</if>
<if
test=
"mobile != null and mobile != ''"
>
and c.mobile like concat('%', #{mobile}, '%')
</if>
<if
test=
"email != null and email != ''"
>
and c.email like concat('%', #{email}, '%')
</if>
<if
test=
"address != null and address != ''"
>
and c.address like concat('%', #{address}, '%')
</if>
<if
test=
"belongTo != null and belongTo != ''"
>
and c.belong
T
o like concat('%', #{belongTo}, '%')
</if>
<if
test=
"belongTo != null and belongTo != ''"
>
and c.belong
_t
o like concat('%', #{belongTo}, '%')
</if>
<if
test=
"industry != null and industry != ''"
>
and c.industry = #{industry}
</if>
<if
test=
"customerStatus != null and customerStatus != ''"
>
and c.customer_status = #{customerStatus}
</if>
<if
test=
"customerSource != null and customerSource != ''"
>
and c.customer_source = #{customerSource}
</if>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment