Commit ef27ee5d by 王昆

gsb

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