Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-api
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-youka-wallet
youka-api
Commits
3aabd85f
Commit
3aabd85f
authored
Mar 07, 2018
by
Java-张振楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
①修改自测bug
parent
636ec1d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Maven__commons_logging_commons_logging_1_2.xml
.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml
+5
-4
UserDao.xml
src/main/resources/mappings/modules/user/UserDao.xml
+1
-0
No files found.
.idea/libraries/Maven__commons_logging_commons_logging_1_
0_4
.xml
→
.idea/libraries/Maven__commons_logging_commons_logging_1_
2
.xml
View file @
3aabd85f
<component
name=
"libraryTable"
>
<library
name=
"Maven: commons-logging:commons-logging:1.
0.4
"
>
<library
name=
"Maven: commons-logging:commons-logging:1.
2
"
>
<CLASSES>
<root
url=
"jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.
0.4/commons-logging-1.0.4
.jar!/"
/>
<root
url=
"jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.
2/commons-logging-1.2
.jar!/"
/>
</CLASSES>
<JAVADOC>
<root
url=
"jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.
0.4/commons-logging-1.0.4
-javadoc.jar!/"
/>
<root
url=
"jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.
2/commons-logging-1.2
-javadoc.jar!/"
/>
</JAVADOC>
<SOURCES>
<root
url=
"jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.
0.4/commons-logging-1.0.4
-sources.jar!/"
/>
<root
url=
"jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.
2/commons-logging-1.2
-sources.jar!/"
/>
</SOURCES>
</library>
</component>
\ No newline at end of file
src/main/resources/mappings/modules/user/UserDao.xml
View file @
3aabd85f
...
...
@@ -80,6 +80,7 @@
youka_users yu
WHERE
yu.recommended_mobile = #{recommendedMobile}
LIMIT 1
</select>
<select
id=
"checkMobile"
resultType=
"com.thinkgem.jeesite.modules.user.entity.UserEntity"
>
...
...
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