Commit c4ab4120 authored by 5359's avatar 5359

正式环境参数修改

parent ddd463b3
...@@ -217,7 +217,7 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService { ...@@ -217,7 +217,7 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService {
resultType = "5"; resultType = "5";
} }
setEbankTransaction(hlsEbankCcbTransaction, response, resultType); hlsEbankCcbTransaction = setEbankTransaction(hlsEbankCcbTransaction, response, resultType);
hlsEbankCcbTransactionMapper.updateByPrimaryKeySelective(hlsEbankCcbTransaction); hlsEbankCcbTransactionMapper.updateByPrimaryKeySelective(hlsEbankCcbTransaction);
result = putResult(result, response, resultType); result = putResult(result, response, resultType);
......
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
SET LD037.ProcDt = sysdate, /*文件处理日期*/ SET LD037.ProcDt = sysdate, /*文件处理日期*/
LD037.RecDt = sysdate, /*文件返回系统日期*/ LD037.RecDt = sysdate, /*文件返回系统日期*/
LD037.RecBatchDt = sysdate, /*文件返回批处理日期*/ LD037.RecBatchDt = sysdate, /*文件返回批处理日期*/
LD037.ReceiptStatus = '0', /*扣款成功与否状态*/ LD037.ReceiptStatus = '0', /*扣款失败状态*/
LD037.ReceiptCfmStatus = '1', /*扣款结果信息确认状态*/ LD037.ReceiptCfmStatus = '1', /*扣款结果确认失败状态*/
LD037.ERRORMSG = (select h.description from hls_ebank_cmb_recode h where h.code=#{errorcd}), /*错误代码*/ LD037.ERRORMSG = (select h.description from hls_ebank_cmb_recode h where h.code=#{errorcd}), /*错误代码*/
LD037.ErrorCd = #{errorcd}, /*错误信息*/ LD037.ErrorCd = #{errorcd}, /*错误信息*/
LD037.UPDATEDDT = SYSDATE, /*更新日期*/ LD037.UPDATEDDT = SYSDATE, /*更新日期*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment