Commit ef27ee5d by 王昆

gsb

parent 8b3cf5fa
......@@ -171,6 +171,8 @@ class InvoiceCtl extends CtlBase {
//发票申请列表
async merchantinvoiceapplyPage(params, pobj2, req) {
try {
params.currentPage = Number(params.currentPage || 1);
params.pageSize = Number(params.pageSize || 1);
let rs = await this.invoiceSve.merchantinvoiceapplyPage(params);
return rs;
} catch (error) {
......
......@@ -184,7 +184,7 @@ class System {
order: dev + ":3103" + path,
// 发票服务
invoice: local + ":3105" + path,
invoice: dev + ":3105" + path,
// 用户服务
uc: dev + ":3106" + path,
......
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