Commit 192265f4 by 王昆

gsb

parent a5168171
...@@ -39,8 +39,7 @@ class InvoiceCtl extends CtlBase { ...@@ -39,8 +39,7 @@ class InvoiceCtl extends CtlBase {
*/ */
async myInvoicePage(pobj, pobj2, req) { async myInvoicePage(pobj, pobj2, req) {
try { try {
pobj.bd_path = req.loginUser.orgpath;
this.doTimeCondition(pobj, ["createTimeBegin", "createTimeEnd"]); this.doTimeCondition(pobj, ["createTimeBegin", "createTimeEnd"]);
return await this.invoiceSve.invoicePage(pobj); return await this.invoiceSve.invoicePage(pobj);
} catch (error) { } catch (error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment