注意中车字段ZC为大写

This commit is contained in:
zhangbeibei 2021-03-24 17:43:27 +08:00
parent e75c33918e
commit 4a2b16b55f

View File

@ -269,7 +269,7 @@ public class CreateTransactionExecutor implements Transaction {
List<String> planDateList = null;
//是否为中车产品(无论期初期末无论是按固定还款日还是按起租日只要是中车的一律按这套逻辑来---唐福堂)
String channel = boLCI.getAttribute("CHANNEL")==null?"":boLCI.getAttribute("CHANNEL").toString();
if("zc".equals(channel)){
if("ZC".equals(channel)){
planDateList = getPlanDateListZC(incomeNumber, incomeIntervalMonth, startDate);
}else{
if("02".equals(defaultDueDay)) {