Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-funds
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
isc-v3.1-tmp
isc-funds
Commits
9167ab51
Commit
9167ab51
authored
Sep 29, 2024
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业务修改
parent
67e81bad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
FtdselMapper.xml
isc-funds-boot/src/main/resources/mapper/FtdselMapper.xml
+2
-2
FxdselMapper.xml
isc-funds-boot/src/main/resources/mapper/FxdselMapper.xml
+2
-2
FtdVo.java
...tity/src/main/java/com/brilliance/isc/funds/vo/FtdVo.java
+11
-1
No files found.
isc-funds-boot/src/main/resources/mapper/FtdselMapper.xml
View file @
9167ab51
...
...
@@ -40,10 +40,10 @@
AND ftd.NAM=#{ nam,jdbcType=VARCHAR}
</if>
<if
test=
" searol != null and searol != ''"
>
AND ftd.
usr
=#{ searol,jdbcType=VARCHAR}
AND ftd.
USR
=#{ searol,jdbcType=VARCHAR}
</if>
<if
test=
" fttyp != null and fttyp != ''"
>
AND ftd.
fttyp
=#{ fttyp,jdbcType=VARCHAR}
AND ftd.
FTTYP
=#{ fttyp,jdbcType=VARCHAR}
</if>
...
...
isc-funds-boot/src/main/resources/mapper/FxdselMapper.xml
View file @
9167ab51
...
...
@@ -53,10 +53,10 @@
AND fxd.NAM=#{ nam,jdbcType=VARCHAR}
</if>
<if
test=
" searol != null and searol != ''"
>
AND fxd.
usr
=#{ searol,jdbcType=VARCHAR}
AND fxd.
USR
=#{ searol,jdbcType=VARCHAR}
</if>
<if
test=
" fxtyp != null and fxtyp != ''"
>
AND fxd.
fxtyp
=#{ fxtyp,jdbcType=VARCHAR}
AND fxd.
FXTYP
=#{ fxtyp,jdbcType=VARCHAR}
</if>
...
...
isc-funds-entity/src/main/java/com/brilliance/isc/funds/vo/FtdVo.java
View file @
9167ab51
...
...
@@ -75,7 +75,17 @@ public class FtdVo extends PageVo {
/**
* 定存拆借类型
* */
private
String
fxtyp
;
private
String
fttyp
;
// Getter method
// public String getFttyp() {
// return fttyp;
// }
//
// // Setter method
// public void setFttyp(String fttyp) {
// this.fttyp = fttyp;
// }
}
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