|
@@ -122,7 +122,7 @@ public class FinanceCommonUtils {
|
|
|
//哺乳假不参与校验
|
|
|
qFilter.and(new QFilter("entryentity.entryvacationtype.number", QCP.not_equals2, "1090_S"));
|
|
|
//申请时长大于0
|
|
|
- qFilter.and(new QFilter("entryentity.entryapplytime", QCP.large_than, BigDecimal.ZERO));
|
|
|
+ qFilter.and(new QFilter("entryentity.entryvatimehour", QCP.large_than, BigDecimal.ZERO));
|
|
|
|
|
|
prefix = "entryentity.";
|
|
|
startField = "entrystartdate";
|