Commit ae7b0e9e by DESKTOP-7Q3CA17\86137

gsb

parent 21836502
...@@ -26,7 +26,7 @@ class MerchantCtl extends CtlBase { ...@@ -26,7 +26,7 @@ class MerchantCtl extends CtlBase {
try { try {
var page = await this.service.merchantInfo(params); var page = await this.service.merchantInfo(params);
if (page && page.rows) { if (page) {
this.handleDate(page, ["begin_time", "invalid_time"], "YYYY-MM-DD"); this.handleDate(page, ["begin_time", "invalid_time"], "YYYY-MM-DD");
} }
return system.getResult2(page); return system.getResult2(page);
......
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