Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-insurance-base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-insurance-base
Commits
77923ca6
Commit
77923ca6
authored
Dec 23, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保险公司
parent
a1ccb8f5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
yd-insurance-base-api/src/main/java/com/yd/insurance/base/api/controller/ApiUserSaleExpandController.java
+1
-1
yd-insurance-base-api/src/main/java/com/yd/insurance/base/api/controller/ApiUserSignExpandController.java
+1
-1
yd-insurance-base-service/src/main/resources/mappers/UserSaleExpandMapper.xml
+3
-3
yd-insurance-base-service/src/main/resources/mappers/UserSignExpandMapper.xml
+3
-3
No files found.
yd-insurance-base-api/src/main/java/com/yd/insurance/base/api/controller/ApiUserSaleExpandController.java
View file @
77923ca6
...
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
...
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.bind.annotation.RestController
;
/**
/**
*
系统用户-销售用户扩展
信息
*
保险-转介人(销售员)
信息
*
*
* @author zxm
* @author zxm
* @since 2025-12-19
* @since 2025-12-19
...
...
yd-insurance-base-api/src/main/java/com/yd/insurance/base/api/controller/ApiUserSignExpandController.java
View file @
77923ca6
...
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
...
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.bind.annotation.RestController
;
/**
/**
*
系统用户-签单用户扩展
信息
*
保险-签单员
信息
*
*
* @author zxm
* @author zxm
* @since 2025-12-19
* @since 2025-12-19
...
...
yd-insurance-base-service/src/main/resources/mappers/UserSaleExpandMapper.xml
View file @
77923ca6
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
<mapper
namespace=
"com.yd.insurance.base.service.dao.UserSaleExpandMapper"
>
<mapper
namespace=
"com.yd.insurance.base.service.dao.UserSaleExpandMapper"
>
<select
id=
"page"
resultType=
"com.yd.insurance.base.feign.response.usersaleexpand.ApiUserSaleExpandPageResponse"
>
<select
id=
"page"
resultType=
"com.yd.insurance.base.feign.response.usersaleexpand.ApiUserSaleExpandPageResponse"
>
select u
se.* from user_sale_expand use
select u
.* from user_sale_expand u
<where>
<where>
<if
test=
"request.realName != null and request.realName != ''"
>
<if
test=
"request.realName != null and request.realName != ''"
>
and u
se
.real_name like concat('%', #{request.realName}, '%')
and u.real_name like concat('%', #{request.realName}, '%')
</if>
</if>
and u
se
.is_deleted = 0
and u.is_deleted = 0
</where>
</where>
</select>
</select>
</mapper>
</mapper>
yd-insurance-base-service/src/main/resources/mappers/UserSignExpandMapper.xml
View file @
77923ca6
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
<mapper
namespace=
"com.yd.insurance.base.service.dao.UserSignExpandMapper"
>
<mapper
namespace=
"com.yd.insurance.base.service.dao.UserSignExpandMapper"
>
<select
id=
"page"
resultType=
"com.yd.insurance.base.feign.response.usersignexpand.ApiUserSignExpandPageResponse"
>
<select
id=
"page"
resultType=
"com.yd.insurance.base.feign.response.usersignexpand.ApiUserSignExpandPageResponse"
>
select u
se.* from user_sign_expand use
select u
.* from user_sign_expand u
<where>
<where>
<if
test=
"request.realName != null and request.realName != ''"
>
<if
test=
"request.realName != null and request.realName != ''"
>
and u
se
.real_name like concat('%', #{request.realName}, '%')
and u.real_name like concat('%', #{request.realName}, '%')
</if>
</if>
and u
se
.is_deleted = 0
and u.is_deleted = 0
</where>
</where>
</select>
</select>
</mapper>
</mapper>
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