Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d6e4b99d
authored
Sep 05, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
221121221
1 parent
d64f4449
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
code/finance_serv/.project
code/finance_serv/src/main/java/com/vion/financial/mapping/PaymentAgreeMapper.xml
code/finance_serv/.project
View file @
d6e4b99
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<projectDescription>
<name>
finance_serv
</name>
<name>
finance_serv
</name>
<comment></comment>
<comment>
Financial System project for Spring Boot. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.
</comment>
<projects>
<projects/>
</projects>
<buildSpec>
<buildSpec>
<buildCommand>
<buildCommand>
<name>
org.eclipse.wst.common.project.facet.core.builder
</name>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildCommand>
</buildSpec>
</buildSpec>
<natures>
<natures>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.wst.common.project.facet.core.nature
</nature>
</natures>
</natures>
</projectDescription>
</projectDescription>
\ No newline at end of file
\ No newline at end of file
code/finance_serv/src/main/java/com/vion/financial/mapping/PaymentAgreeMapper.xml
View file @
d6e4b99
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<if
test=
"payment_progress !=null and payment_progress !=''"
>
<if
test=
"payment_progress !=null and payment_progress !=''"
>
payment_progress = #{payment_progress} ,
payment_progress = #{payment_progress} ,
</if>
</if>
<if
test=
"days !=null
and days !=''
"
>
<if
test=
"days !=null"
>
days = #{days} ,
days = #{days} ,
</if>
</if>
<if
test=
"payment_propority !=null and payment_propority !=''"
>
<if
test=
"payment_propority !=null and payment_propority !=''"
>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment