Commit f2c81215 by 王昆

gsb

parent f311eaee
......@@ -156,9 +156,6 @@ class ActionAPI extends APIBase {
case "saasOrderBulkOfflinePay": // 订单信息
opResult = await this.saasorderSve.bulkOfflinePay(action_body);
break;
case "saasOrderBulkOfflinePay": // 订单信息
opResult = await this.saasorderSve.bulkOfflinePay(action_body);
break;
//******************************************************************** */
// // 订单
......
......@@ -273,6 +273,7 @@ class SaasOrderService extends ServiceBase {
if (row.audit_status != "20") {
row.status = row.audit_status == "10" ? "2010" : "2030";
row.status_name = row.audit_status == "10" ? "待审核" : "审核驳回";
continue;
}
// 审核状态
......
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