Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-support-rlwx
Project
Project
Details
Activity
Releases
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
rl
hls-support-rlwx
Commits
e57ef08c
Commit
e57ef08c
authored
Apr 22, 2022
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
正式环境参数修改
parent
c4ab4120
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
4 deletions
+68
-4
Ld037Mapper.xml
core/src/main/resources/com/cmb/mapper/Ld037Mapper.xml
+58
-0
config.properties
core/src/main/resources/config.properties
+10
-4
No files found.
core/src/main/resources/com/cmb/mapper/Ld037Mapper.xml
0 → 100644
View file @
e57ef08c
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.cmb.mapper.Ld037Mapper"
>
<!--获取角色下的模块-->
<resultMap
id=
"AppLd037Map"
type=
"com.cmb.dto.Ld037"
>
<result
column=
"ID"
property=
"id"
jdbcType=
"VARCHAR"
/>
<result
column=
"CONTRACTNO"
property=
"contractno"
jdbcType=
"VARCHAR"
/>
<result
column=
"TIMES"
property=
"times"
jdbcType=
"DECIMAL"
/>
<result
column=
"generatedt"
property=
"generatedt"
jdbcType=
"Date"
/>
<result
column=
"recamtno"
property=
"recamtno"
jdbcType=
"VARCHAR"
/>
<result
column=
"recduedt"
property=
"recduedt"
jdbcType=
"Date"
/>
<result
column=
"bankname"
property=
"bankname"
jdbcType=
"VARCHAR"
/>
<result
column=
"accountid"
property=
"accountid"
jdbcType=
"VARCHAR"
/>
<result
column=
"accountname"
property=
"accountname"
jdbcType=
"VARCHAR"
/>
<result
column=
"amount"
property=
"amount"
jdbcType=
"DECIMAL"
/>
<result
column=
"filestatus"
property=
"filestatus"
jdbcType=
"VARCHAR"
/>
<result
column=
"receiptstatus"
property=
"receiptstatus"
jdbcType=
"VARCHAR"
/>
<result
column=
"receiptcfmstatus"
property=
"receiptcfmstatus"
jdbcType=
"VARCHAR"
/>
<result
column=
"errorcd"
property=
"errorcd"
jdbcType=
"VARCHAR"
/>
<result
column=
"dealercd"
property=
"dealercd"
jdbcType=
"VARCHAR"
/>
<result
column=
"branchcd"
property=
"branchcd"
jdbcType=
"VARCHAR"
/>
<result
column=
"customercd"
property=
"customercd"
jdbcType=
"VARCHAR"
/>
<result
column=
"customername"
property=
"customername"
jdbcType=
"VARCHAR"
/>
<result
column=
"outfilename"
property=
"outfilename"
jdbcType=
"VARCHAR"
/>
<result
column=
"infilename"
property=
"infilename"
jdbcType=
"VARCHAR"
/>
<result
column=
"characterid"
property=
"characterid"
jdbcType=
"VARCHAR"
/>
<result
column=
"errormsg"
property=
"errormsg"
jdbcType=
"VARCHAR"
/>
<result
column=
"chargeaccountno"
property=
"chargeaccountno"
jdbcType=
"VARCHAR"
/>
<result
column=
"actdbtamount"
property=
"actdbtamount"
jdbcType=
"DECIMAL"
/>
<result
column=
"version"
property=
"version"
jdbcType=
"VARCHAR"
/>
<result
column=
"ctino"
property=
"ctino"
jdbcType=
"VARCHAR"
/>
<result
column=
"cup_pin"
property=
"cup_pin"
jdbcType=
"VARCHAR"
/>
<result
column=
"phone"
property=
"phone"
jdbcType=
"VARCHAR"
/>
<result
column=
"transaction_id"
property=
"transaction_id"
jdbcType=
"DECIMAL"
/>
<result
column=
"num"
property=
"num"
jdbcType=
"DECIMAL"
/>
<result
column=
"procdt"
property=
"procdt"
jdbcType=
"Date"
/>
<result
column=
"recdt"
property=
"recdt"
jdbcType=
"Date"
/>
<result
column=
"recbatchdt"
property=
"recbatchdt"
jdbcType=
"Date"
/>
</resultMap>
<update
id=
"updateLd037Fail"
parameterType=
"com.cmb.dto.Ld037"
>
UPDATE LD037
SET LD037.ProcDt = sysdate, /*文件处理日期*/
LD037.RecDt = sysdate, /*文件返回系统日期*/
LD037.RecBatchDt = sysdate, /*文件返回批处理日期*/
LD037.ReceiptStatus = '0', /*扣款失败状态*/
LD037.ReceiptCfmStatus = '1', /*扣款结果确认失败状态*/
LD037.ERRORMSG = (select h.description from hls_ebank_cmb_recode h where h.code=#{errorcd}), /*错误代码*/
LD037.ErrorCd = #{errorcd}, /*错误信息*/
LD037.UPDATEDDT = SYSDATE, /*更新日期*/
LD037.UPDATEDPERSON = 'CMB', /*更新者*/
LD037.Actdbtamount = 0 /* 实际扣款金额 */
WHERE LD037.id = #{id};
</update>
</mapper>
core/src/main/resources/config.properties
View file @
e57ef08c
...
...
@@ -140,6 +140,12 @@ face.check.enable=false
#金格电子合同配置文件地址
electronic.signature.path
=
/Volumes/work/idea/APIconfig
zdw.login.clientKey
=
04593D186F5AB68871891C235A35ED90E6D5E8DC33414C89E05C29EBF5D19C3919F0D1956568619BA138AC724F4E5DC730266C8186F610D8CC85BFC0748F899695
zdw.login.userName
=
hclczhongdengwang1
zdw.login.password
=
zhongdengwang12345
zdw.login.authCode
=
7b7-f08f197fe2e5
#银联代扣
cup.mer.id
=
000092112092486
cup.upload.file.path
=
D:
\\
HCLC_FTP
\\
CUP_OUT
\\
...
...
@@ -147,7 +153,7 @@ cup.download.file.path=D:\\HCLC_FTP\\CUP_IN\\
cup.init.file.path
=
F:
\\
work
\\
workspace
\\
IdeaProjects
\\
hls-support-rlwx
\\
key
\\
cmb.version
=
0.0.1
cmb.encoding
=
UTF-8
cmb.signMethod
=
02
cmb.currencyCode
=
156
\ No newline at end of file
cmb.version
=
0.0.1
cmb.encoding
=
UTF-8
cmb.signMethod
=
02
cmb.currencyCode
=
156
\ No newline at end of file
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