Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_REFACTORING
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
zhangyusheng
YX_IDENT_REFACTORING
Commits
6ee80828
Commit
6ee80828
authored
Oct 25, 2018
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改XML文件
parent
d9592854
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
AccCardTMapper.xml
src/main/resources/mapper/AccCardTMapper.xml
+5
-0
GroupinfoMapper.xml
src/main/resources/mapper/GroupinfoMapper.xml
+4
-3
No files found.
src/main/resources/mapper/AccCardTMapper.xml
View file @
6ee80828
...
...
@@ -34,4 +34,8 @@ where ACC_GROUP_RELATION_T.DEAL_DATE =#(dealDate)
and ACC_GROUP_T.group_no not in (select groupinfo.groupno from groupinfo)
</select>
<!--<select id="findAccGroupTEntityByCardIdOrAcceptNo" resultType="java.util.HashMap" parameterType="String">-->
<!--select * from GROUPINFO where GROUPNO =#{acceptNo} or GROUPNO =substr(#{acceptNo},0,8)-->
<!--</select>-->
</mapper>
\ No newline at end of file
src/main/resources/mapper/GroupinfoMapper.xml
View file @
6ee80828
...
...
@@ -46,7 +46,7 @@
where GROUPID=#{groupid}
</update>
<
select
id=
"findGroupinfoEntityByAcceptNo"
resultType=
"java.util.HashMap"
parameterType=
"String"
>
select * from GROUPINFO where GROUPNO =#{acceptNo} or GROUPNO =substr(#{acceptNo},0,8)
<
/select
>
<
!--<select id="findGroupinfoEntityByAcceptNo" resultType="java.util.HashMap" parameterType="String">--
>
<!--select * from GROUPINFO where GROUPNO =#{acceptNo} or GROUPNO =substr(#{acceptNo},0,8)-->
<
!--</select>--
>
</mapper>
\ No newline at end of file
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