j进件
This commit is contained in:
parent
80af3303b7
commit
14e9548e89
|
|
@ -8,7 +8,7 @@ server:
|
|||
# 指定日志级别 把springboot的所有日志修改成为debug
|
||||
logging:
|
||||
level:
|
||||
root: debug
|
||||
root: info
|
||||
mybatis:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
|
|
|
|||
|
|
@ -234,7 +234,7 @@ public class LklAuditService {
|
|||
MsgException.checkNull(bankParentCode, "结算卡对应的城市信息不存在");
|
||||
|
||||
object1.put("settleProvinceCode", parentCode.getCode()); //结算信息省份名称 通过【地区信息→获取银行地区查询】接口获取 对应 code字段
|
||||
object1.put("settleProvinceName", parentCode.getName()); //结算信息省份代码 通过【地区信息→获取银行地区查询】接口获取 对应 name字段
|
||||
object1.put("settleProvinceName", parentCode.getName()); //结算信息省份代码 通过【地区信息→获取银行地区查询】接口获取 对应 namez字段
|
||||
object1.put("settleCityCode", bankParentCode.getCode()); //结算信息城市名称 通过【地区信息→获取银行地区查询】接口获取 对应 code字段
|
||||
object1.put("settleCityName", bankParentCode.getName()); //结算信息城市代码 通过【地区信息→获取银行地区查询】接口获取 对应 name字段
|
||||
|
||||
|
|
@ -340,7 +340,6 @@ public class LklAuditService {
|
|||
public String birthdayDate(String date) {
|
||||
String str = date;
|
||||
String s1 = "";
|
||||
|
||||
s1 = str.substring(0, 4) + "-" + str.substring(4, 6) + "-" + str.substring(6);
|
||||
return s1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue