Compare commits
No commits in common. "8559696cf160250561bb642127df65fc585d3b1b" and "da9f943fa581a089d3e030e874f70bb5813f03e0" have entirely different histories.
8559696cf1
...
da9f943fa5
|
|
@ -91,13 +91,6 @@ public class DailyLoanBillSubValidatorOp extends AbstractOperationServicePlugIn
|
|||
this.addFatalErrorMessage(dataEnt, "您在定额备用金初始化台账里,所以不能使用临时备用金!!");
|
||||
return;
|
||||
}
|
||||
QFilter filter1 = new QFilter("balanceamount", QCP.not_equals, 0);
|
||||
DynamicObject er_dailyLoanBill1 = BusinessDataServiceHelper.loadSingle("er_dailyloanbill",
|
||||
"id", new QFilter[]{filter1});//定额备用金初始台账
|
||||
if (er_dailyLoanBill1 != null){
|
||||
this.addFatalErrorMessage(dataEnt, "您存在未还完的借款!!");
|
||||
return;
|
||||
}
|
||||
} else if (impRestType.equals("2")) {
|
||||
//项目筹备备用金
|
||||
QFilter filter = new QFilter("zcgj_entryentity.zcgj_person", QCP.equals, applier.getPkValue());// 可借款人员
|
||||
|
|
|
|||
Loading…
Reference in New Issue