|
@@ -48,7 +48,7 @@ public class WriteBackPayResult2SRMTask extends AbstractTask implements StopTask
|
|
|
filter.and(new QFilter("nckd_srmbillno", QCP.is_notnull, null));
|
|
|
filter.and(new QFilter("nckd_srmbillno", QCP.not_equals2, " "));
|
|
|
filter.and(new QFilter("nckd_srmbillno", QCP.not_equals2, ""));
|
|
|
- filter.and(new QFilter("billno", QCP.equals, "BX2010202505-0130"));
|
|
|
+// filter.and(new QFilter("billno", QCP.equals, "BX2010202505-0130"));
|
|
|
|
|
|
DynamicObjectType type = EntityMetadataCache.getDataEntityType(entityName);
|
|
|
//先找到批量的pkid
|