Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
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
bltdc
dc-cost-system
Commits
c89151ab
Commit
c89151ab
authored
Nov 09, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
dcac74d8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
10 deletions
+11
-10
CostTofinanceService.java
...m/blt/other/module/cost/service/CostTofinanceService.java
+2
-1
CostTofinanceServiceImpl.java
...er/module/cost/service/impl/CostTofinanceServiceImpl.java
+1
-1
Lend1CostServiceImpl.java
...r/module/cost/service/impl/cost/Lend1CostServiceImpl.java
+2
-2
Lend2PayCostServiceImpl.java
...odule/cost/service/impl/cost/Lend2PayCostServiceImpl.java
+2
-2
PayCostServiceImpl.java
...her/module/cost/service/impl/cost/PayCostServiceImpl.java
+2
-2
ReceiptCostServiceImpl.java
...module/cost/service/impl/cost/ReceiptCostServiceImpl.java
+2
-2
No files found.
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/CostTofinanceService.java
View file @
c89151ab
...
@@ -6,8 +6,9 @@ public interface CostTofinanceService {
...
@@ -6,8 +6,9 @@ public interface CostTofinanceService {
/**
/**
* 保存财务系统审核反馈信息
* 保存财务系统审核反馈信息
*
* @param costTofinanceDomain
* @param costTofinanceDomain
* @return
* @return
*/
*/
Integer
saveCostTo
f
inanceMsg
(
CostTofinanceDomain
costTofinanceDomain
);
Integer
saveCostTo
F
inanceMsg
(
CostTofinanceDomain
costTofinanceDomain
);
}
}
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/CostTofinanceServiceImpl.java
View file @
c89151ab
...
@@ -18,7 +18,7 @@ public class CostTofinanceServiceImpl implements CostTofinanceService {
...
@@ -18,7 +18,7 @@ public class CostTofinanceServiceImpl implements CostTofinanceService {
* @return
* @return
*/
*/
@Override
@Override
public
Integer
saveCostTo
f
inanceMsg
(
CostTofinanceDomain
costTofinanceDomain
)
{
public
Integer
saveCostTo
F
inanceMsg
(
CostTofinanceDomain
costTofinanceDomain
)
{
return
costTofinanceDao
.
insert
(
costTofinanceDomain
);
return
costTofinanceDao
.
insert
(
costTofinanceDomain
);
}
}
}
}
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/cost/Lend1CostServiceImpl.java
View file @
c89151ab
...
@@ -57,9 +57,9 @@ public class Lend1CostServiceImpl extends AbstractCostService implements CostSer
...
@@ -57,9 +57,9 @@ public class Lend1CostServiceImpl extends AbstractCostService implements CostSer
//保存财务系统调用信息
//保存财务系统调用信息
CostTofinanceDomain
costTofinanceDomain
=
new
CostTofinanceDomain
();
CostTofinanceDomain
costTofinanceDomain
=
new
CostTofinanceDomain
();
BeanUtils
.
copyProperties
(
costTofinanceDomain
,
tofinanceVo
);
BeanUtils
.
copyProperties
(
tofinanceVo
,
costTofinanceDomain
);
costTofinanceDomain
.
setCostNo
(
cost
.
getCostNo
().
toUpperCase
());
costTofinanceDomain
.
setCostNo
(
cost
.
getCostNo
().
toUpperCase
());
costTofinanceDomain
.
setCode
(
costTofinanceDomain
.
getCode
().
toUpperCase
());
costTofinanceDomain
.
setCode
(
costTofinanceDomain
.
getCode
().
toUpperCase
());
costTofinanceService
.
saveCostTo
f
inanceMsg
(
costTofinanceDomain
);
costTofinanceService
.
saveCostTo
F
inanceMsg
(
costTofinanceDomain
);
}
}
}
}
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/cost/Lend2PayCostServiceImpl.java
View file @
c89151ab
...
@@ -68,10 +68,10 @@ public class Lend2PayCostServiceImpl extends AbstractCostService implements Cost
...
@@ -68,10 +68,10 @@ public class Lend2PayCostServiceImpl extends AbstractCostService implements Cost
//保存财务系统调用信息
//保存财务系统调用信息
CostTofinanceDomain
costTofinanceDomain
=
new
CostTofinanceDomain
();
CostTofinanceDomain
costTofinanceDomain
=
new
CostTofinanceDomain
();
BeanUtils
.
copyProperties
(
costTofinanceDomain
,
tofinanceVo
);
BeanUtils
.
copyProperties
(
tofinanceVo
,
costTofinanceDomain
);
costTofinanceDomain
.
setCostNo
(
cost
.
getCostNo
().
toUpperCase
());
costTofinanceDomain
.
setCostNo
(
cost
.
getCostNo
().
toUpperCase
());
costTofinanceDomain
.
setCode
(
costTofinanceDomain
.
getCode
().
toUpperCase
());
costTofinanceDomain
.
setCode
(
costTofinanceDomain
.
getCode
().
toUpperCase
());
costTofinanceService
.
saveCostTo
f
inanceMsg
(
costTofinanceDomain
);
costTofinanceService
.
saveCostTo
F
inanceMsg
(
costTofinanceDomain
);
}
}
@Override
@Override
...
...
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/cost/PayCostServiceImpl.java
View file @
c89151ab
...
@@ -72,10 +72,10 @@ public class PayCostServiceImpl extends AbstractCostService implements CostServi
...
@@ -72,10 +72,10 @@ public class PayCostServiceImpl extends AbstractCostService implements CostServi
TofinanceVo
tofinanceVo
=
JsonUtilByJackson
.
readValue
(
cwResult
.
getData
().
replaceAll
(
"/^['|\"](.*)['|\"]$/"
,
""
),
TofinanceVo
.
class
);
TofinanceVo
tofinanceVo
=
JsonUtilByJackson
.
readValue
(
cwResult
.
getData
().
replaceAll
(
"/^['|\"](.*)['|\"]$/"
,
""
),
TofinanceVo
.
class
);
//保存财务系统调用信息
//保存财务系统调用信息
CostTofinanceDomain
costTofinanceDomain
=
new
CostTofinanceDomain
();
CostTofinanceDomain
costTofinanceDomain
=
new
CostTofinanceDomain
();
BeanUtils
.
copyProperties
(
costTofinanceDomain
,
tofinanceVo
);
BeanUtils
.
copyProperties
(
tofinanceVo
,
costTofinanceDomain
);
costTofinanceDomain
.
setCostNo
(
cost
.
getCostNo
().
toUpperCase
());
costTofinanceDomain
.
setCostNo
(
cost
.
getCostNo
().
toUpperCase
());
costTofinanceDomain
.
setCode
(
costTofinanceDomain
.
getCode
().
toUpperCase
());
costTofinanceDomain
.
setCode
(
costTofinanceDomain
.
getCode
().
toUpperCase
());
costTofinanceService
.
saveCostTo
f
inanceMsg
(
costTofinanceDomain
);
costTofinanceService
.
saveCostTo
F
inanceMsg
(
costTofinanceDomain
);
}
}
}
}
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/cost/ReceiptCostServiceImpl.java
View file @
c89151ab
...
@@ -62,9 +62,9 @@ public class ReceiptCostServiceImpl extends AbstractCostService implements CostS
...
@@ -62,9 +62,9 @@ public class ReceiptCostServiceImpl extends AbstractCostService implements CostS
//保存财务系统调用信息
//保存财务系统调用信息
CostTofinanceDomain
costTofinanceDomain
=
new
CostTofinanceDomain
();
CostTofinanceDomain
costTofinanceDomain
=
new
CostTofinanceDomain
();
BeanUtils
.
copyProperties
(
costTofinanceDomain
,
tofinanceVo
);
BeanUtils
.
copyProperties
(
tofinanceVo
,
costTofinanceDomain
);
costTofinanceDomain
.
setCostNo
(
cost
.
getCostNo
().
toUpperCase
());
costTofinanceDomain
.
setCostNo
(
cost
.
getCostNo
().
toUpperCase
());
costTofinanceDomain
.
setCode
(
costTofinanceDomain
.
getCode
().
toUpperCase
());
costTofinanceDomain
.
setCode
(
costTofinanceDomain
.
getCode
().
toUpperCase
());
costTofinanceService
.
saveCostTo
f
inanceMsg
(
costTofinanceDomain
);
costTofinanceService
.
saveCostTo
F
inanceMsg
(
costTofinanceDomain
);
}
}
}
}
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