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
077693a8
Commit
077693a8
authored
Sep 22, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
社保自动化户拆分-医保自动化-fxj
parent
9fb664f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
SysHouseHoldInfoMapper.xml
...-biz/src/main/resources/mapper/SysHouseHoldInfoMapper.xml
+4
-1
No files found.
yifu-social/yifu-social-biz/src/main/resources/mapper/SysHouseHoldInfoMapper.xml
View file @
077693a8
...
@@ -175,6 +175,9 @@
...
@@ -175,6 +175,9 @@
<if
test=
"sysHouseHoldInfo.autoStatus != null and sysHouseHoldInfo.autoStatus.trim() != ''"
>
<if
test=
"sysHouseHoldInfo.autoStatus != null and sysHouseHoldInfo.autoStatus.trim() != ''"
>
AND a.AUTO_STATUS = #{sysHouseHoldInfo.autoStatus}
AND a.AUTO_STATUS = #{sysHouseHoldInfo.autoStatus}
</if>
</if>
<if
test=
"sysHouseHoldInfo.autoStatusYsd != null and sysHouseHoldInfo.autoStatusYsd.trim() != ''"
>
AND a.AUTO_STATUS_YSD = #{sysHouseHoldInfo.autoStatusYsd}
</if>
<if
test=
"sysHouseHoldInfo.updateTime != null"
>
<if
test=
"sysHouseHoldInfo.updateTime != null"
>
AND a.UPDATE_TIME = #{sysHouseHoldInfo.updateTime}
AND a.UPDATE_TIME = #{sysHouseHoldInfo.updateTime}
</if>
</if>
...
@@ -270,7 +273,7 @@
...
@@ -270,7 +273,7 @@
<include
refid=
"Base_Column_List"
/>
<include
refid=
"Base_Column_List"
/>
,AREA_CODE
,AREA_CODE
FROM sys_house_hold_info a
FROM sys_house_hold_info a
where a.AUTO_STATUS = '0'
where a.AUTO_STATUS = '0'
or a.AUTO_STATUS_YSD = '0'
</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