|
@@ -118,6 +118,8 @@ public class FinanceCommonUtils {
|
|
|
qFilter.and(new QFilter("personid.number", QCP.equals, personNo));
|
|
|
//审批不通过、废弃状态不需要校验
|
|
|
qFilter.and(new QFilter("billstatus", QCP.not_in, new String[]{"E","F"}));
|
|
|
+ //哺乳假不参与校验
|
|
|
+ qFilter.and(new QFilter("entryentity.entryvacationtype.number", QCP.not_equals2, "1090_S"));
|
|
|
|
|
|
prefix = "entryentity.";
|
|
|
startField = "entrystartdate";
|