This commit is contained in:
parent
67fe6efb44
commit
27dee639e6
|
|
@ -38,7 +38,7 @@ public class TripReqBillPlugin extends AbstractBillPlugIn {
|
||||||
|
|
||||||
DynamicObject costCompany = (DynamicObject) this.getModel().getValue("costcompany");//费用承担公司
|
DynamicObject costCompany = (DynamicObject) this.getModel().getValue("costcompany");//费用承担公司
|
||||||
QFilter filter = new QFilter("zcgj_companyblentry.zcgj_org.id", QCP.equals, costCompany.getPkValue());
|
QFilter filter = new QFilter("zcgj_companyblentry.zcgj_org.id", QCP.equals, costCompany.getPkValue());
|
||||||
filter.and(new QFilter("number", QCP.equals, "001"));
|
// filter.and(new QFilter("number", QCP.equals, "001"));
|
||||||
filter.and(new QFilter("zcgj_changetype", QCP.equals, true));
|
filter.and(new QFilter("zcgj_changetype", QCP.equals, true));
|
||||||
DynamicObject companyBelong = QueryServiceHelper.queryOne("zcgj_companybelong", "id", new QFilter[]{filter});//公司归属区域
|
DynamicObject companyBelong = QueryServiceHelper.queryOne("zcgj_companybelong", "id", new QFilter[]{filter});//公司归属区域
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue