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
9cbcab65
Commit
9cbcab65
authored
Nov 02, 2022
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
派单权限调整
parent
be9f7d4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TSocialfundHouseResMapper.xml
...z/src/main/resources/mapper/TSocialfundHouseResMapper.xml
+4
-4
No files found.
yifu-social/yifu-social-biz/src/main/resources/mapper/TSocialfundHouseResMapper.xml
View file @
9cbcab65
...
@@ -58,19 +58,19 @@
...
@@ -58,19 +58,19 @@
</if>
</if>
<if
test=
"tSocialfundHouseRes.idList == null"
>
<if
test=
"tSocialfundHouseRes.idList == null"
>
<if
test=
"tSocialfundHouseRes.socialHousehold != null and tSocialfundHouseRes.socialHousehold.trim() != ''"
>
<if
test=
"tSocialfundHouseRes.socialHousehold != null and tSocialfundHouseRes.socialHousehold.trim() != ''"
>
AND a.SOCIAL_HOUSEHOLD like concat('%',#{tSocialfundHouseRes.socialHousehold
,'%'}
)
AND a.SOCIAL_HOUSEHOLD like concat('%',#{tSocialfundHouseRes.socialHousehold
},'%'
)
</if>
</if>
<if
test=
"tSocialfundHouseRes.fundHousehold != null and tSocialfundHouseRes.fundHousehold.trim() != ''"
>
<if
test=
"tSocialfundHouseRes.fundHousehold != null and tSocialfundHouseRes.fundHousehold.trim() != ''"
>
AND a.FUND_HOUSEHOLD like concat('%',#{tSocialfundHouseRes.fundHousehold
,'%'}
)
AND a.FUND_HOUSEHOLD like concat('%',#{tSocialfundHouseRes.fundHousehold
},'%'
)
</if>
</if>
<if
test=
"tSocialfundHouseRes.status != null and tSocialfundHouseRes.status.trim() != ''"
>
<if
test=
"tSocialfundHouseRes.status != null and tSocialfundHouseRes.status.trim() != ''"
>
AND a.STATUS = #{tSocialfundHouseRes.status}
AND a.STATUS = #{tSocialfundHouseRes.status}
</if>
</if>
<if
test=
"tSocialfundHouseRes.userName != null and tSocialfundHouseRes.userName.trim() != ''"
>
<if
test=
"tSocialfundHouseRes.userName != null and tSocialfundHouseRes.userName.trim() != ''"
>
AND a.USER_NAME like concat('%',#{tSocialfundHouseRes.userName
,'%'}
)
AND a.USER_NAME like concat('%',#{tSocialfundHouseRes.userName
},'%'
)
</if>
</if>
<if
test=
"tSocialfundHouseRes.userDeptName != null and tSocialfundHouseRes.userDeptName.trim() != ''"
>
<if
test=
"tSocialfundHouseRes.userDeptName != null and tSocialfundHouseRes.userDeptName.trim() != ''"
>
AND a.USER_DEPT_NAME like concat('%',#{tSocialfundHouseRes.userDeptName
,'%'}
)
AND a.USER_DEPT_NAME like concat('%',#{tSocialfundHouseRes.userDeptName
},'%'
)
</if>
</if>
</if>
</if>
</if>
</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