Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
12f28869
Commit
12f28869
authored
Oct 20, 2020
by
ilal
Committed by
chenzg
Jul 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
94c5b016
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
src/main/java/cn/timer/api/dto/xcgl/PayTermDto.java
+2
-0
src/main/resources/mapping/xcgl/XcglAssoJsgzzxMapper.xml
+3
-1
src/main/resources/mapping/xcgl/XcglAssoJxgzMapper.xml
+3
-1
No files found.
src/main/java/cn/timer/api/dto/xcgl/PayTermDto.java
View file @
12f28869
...
...
@@ -22,6 +22,8 @@ public class PayTermDto implements Serializable {
String
xremarks
;
// 项备注
Integer
xgsid
;
// 项对应的公式id
String
xgsgs
;
// 项公式
Integer
xiscustom
;
//是否自定义项(0:否;1:是)
/**
* 公式变量值1
*/
...
...
src/main/resources/mapping/xcgl/XcglAssoJsgzzxMapper.xml
View file @
12f28869
...
...
@@ -34,6 +34,7 @@
<result
column=
"xdygk"
property=
"xdygk"
/>
<result
column=
"xdegk"
property=
"xdegk"
/>
<result
column=
"xjxgzid"
property=
"xjxgzid"
/>
<result
column=
"xiscustom"
property=
"xiscustom"
/>
</resultMap>
...
...
@@ -62,7 +63,8 @@
gzzx.gsid as xgsid,
gzzx.gsgs as xgsgs,
gzzx.dygk as xdygk,
gzzx.degk as xdegk
gzzx.degk as xdegk,
gzzx.is_custom as xiscustom
from xcgl_asso_jsgzzx gzzx
where gzzx.jxgzid = 0
and gzzx.xzzid = #{xzzid}
...
...
src/main/resources/mapping/xcgl/XcglAssoJxgzMapper.xml
View file @
12f28869
...
...
@@ -33,6 +33,7 @@
<result
column=
"xdegk"
property=
"xdegk"
/>
<result
column=
"xjxgzid"
property=
"xjxgzid"
/>
<result
column=
"xoptionid"
property=
"xoptionid"
/>
<result
column=
"xiscustom"
property=
"xiscustom"
/>
</collection>
</resultMap>
...
...
@@ -186,7 +187,8 @@
gzzx.degk as xdegk,
gzzx.jxgzid as xjxgzid,
gzzx.optionid as xoptionid,
jxgz.xzzid as zxzzid
jxgz.xzzid as zxzzid,
gzzx.is_custom as xiscustom
from xcgl_asso_jxgz jxgz
LEFT JOIN xcgl_asso_jsgzzx as gzzx on gzzx.jxgzid = jxgz.id
where jxgz.xzzid = #{xzzid}
...
...
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