Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
4b347324
Commit
4b347324
authored
Apr 09, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-入职登记商险待办提交
parent
8df0b24a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
TEmployeeInsurancePreMapper.xml
...sources/mapper/insurances/TEmployeeInsurancePreMapper.xml
+10
-1
No files found.
yifu-insurances/yifu-insurances-biz/src/main/resources/mapper/insurances/TEmployeeInsurancePreMapper.xml
View file @
4b347324
...
...
@@ -19,7 +19,6 @@
<result
property=
"expectedCollectionTime"
column=
"expected_collection_time"
/>
<result
property=
"registUser"
column=
"regist_user"
/>
<result
property=
"registTime"
column=
"regist_time"
/>
<result
property=
"customerUsernameNew"
column=
"customer_username_new"
/>
<result
property=
"insuranceCompanyName"
column=
"insurance_company_name"
/>
<result
property=
"insuranceTypeName"
column=
"insurance_type_name"
/>
<result
property=
"insuranceTypeId"
column=
"insurance_type_id"
/>
...
...
@@ -274,4 +273,14 @@
limit #{tEmployeeInsurancePre.limitStart},#{tEmployeeInsurancePre.limitEnd}
</if>
</select>
<select
id=
"getAllUnconfimData"
resultMap=
"tEmployeeInsurancePreMap"
>
SELECT
<include
refid=
"Base_Column_List"
/>
FROM t_employee_insurance_pre a
<where>
1=1
<include
refid=
"tEmployeeInsurancePre_where"
/>
</where>
</select>
</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