Commit 3728c30b authored by liudong1993's avatar liudong1993

1

parent d7fa6189
......@@ -2595,7 +2595,7 @@
const limitDate = new Date('2025-03-31');
if(currentDate < limitDate && this.EmployeeId!=955){return;}
if(this.msg.detailList[0].CurrencyId!=1){return;}
if(this.msg.detailList[0].CurrencyId!=1 && this.companyMsg.RB_Group_Id==2){return;}
this.BankFlowMsg.BankType = this.msg.BankList[0].Type;
this.BankFlowMsg.BankAccountId = this.msg.BankList[0].AccountId;
this.BankFlowMsg.StartTime = this.msg.TradeDate;
......
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