风控中台-评分历史展示变更日期格式

This commit is contained in:
zhanglei@ap-leasing.com.cn 2023-09-22 17:39:10 +08:00
parent d5f1d53c84
commit 56388ead12

View File

@ -1,6 +1,7 @@
package com.ample.esb.controller;
import com.amarsoft.are.jbo.*;
import com.amarsoft.are.util.StringFunction;
import com.amarsoft.dict.als.manage.NameManager;
import com.ample.esb.bean.esb.MessageEsbHead;
import com.ample.esb.bean.esb.Transaction;
@ -55,7 +56,7 @@ public class AmpController {
String userName = NameManager.getUserName(operatorId);
bo.setAttributeValue("INPUTUSERNAME",userName);
bo.setAttributeValue("FLOW_UNID",flowUnid);
bo.setAttributeValue("INPUTTIME", DateUtils.dateTimeNow());
bo.setAttributeValue("INPUTTIME", StringFunction.getTodayNow());
String retCode = tran.getMessageEsbHead().getRetCode();
bo.setAttributeValue("RET_CODE", retCode);
bo.setAttributeValue("PROJECT_NO", projectNo);