Commit 6bb89623 authored by 吴卿华's avatar 吴卿华

修改账户操作状态

parent 4d1e0015
......@@ -157,7 +157,7 @@ public class TBorrowingApplyForController extends BaseController
tCashOperate.setOperateType("2");
tCashOperate.setOperateAmount(tBorrowingApplyFor.getTotalFigures());
tCashOperate.setIsDel("0");
tCashOperate.setDocumentType("2");
tCashOperate.setDocumentType("9");
tCashOperate.setRelationDoc(String.valueOf(tBorrowingApplyFor.getBorrowing()));
tCashOperate.setOperateTime(new Date());
//增加资金操作记录
......
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