|
@@ -46,10 +46,6 @@ public class FinanceCommonUtils {
|
|
|
|
|
|
entityName = "wtabm_vaapplyself";
|
|
|
qFilter = buildSearchFilter(entityName, billId, userId, startDate, endDate);
|
|
|
-
|
|
|
-
|
|
|
- qFilter.and(new QFilter("billno", QCP.equals, "LE-20250604-000002"));
|
|
|
-
|
|
|
DynamicObject[] vaapplyBillArray = BusinessDataServiceHelper.load(entityName, selectFields, qFilter.toArray());
|
|
|
|
|
|
String tripReqBills = "";
|