注意中车字段ZC为大写
This commit is contained in:
parent
e75c33918e
commit
4a2b16b55f
@ -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)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user