Commit 53deb201 by 庄冰

aaa

parent 5335520b
...@@ -829,7 +829,8 @@ class OrderTmProductService extends ServiceBase { ...@@ -829,7 +829,8 @@ class OrderTmProductService extends ServiceBase {
nclOneCount: tm.nclOneCodes.length, nclOneCount: tm.nclOneCodes.length,
nclCount: tm.nclCount, nclCount: tm.nclCount,
}; };
// var flowContent = ""; var flowContent = "";
flowContent = channelOrder.payStatus == "yfk" ? "订单已付款待审核" : "订单已创建待付款";
// if (apply.customerType == "person") { // if (apply.customerType == "person") {
// if (!apply.businessLicensePic || !apply.identityCardPic || !tm.gzwtsUrl) { // if (!apply.businessLicensePic || !apply.identityCardPic || !tm.gzwtsUrl) {
// orderProductObj["deliveryStatus"] = "dsccl"; // orderProductObj["deliveryStatus"] = "dsccl";
...@@ -1060,6 +1061,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -1060,6 +1061,7 @@ class OrderTmProductService extends ServiceBase {
return system.getResultSuccess(); return system.getResultSuccess();
}) })
} }
async tmConfirm(obj) { async tmConfirm(obj) {
var self = this; var self = this;
var channelUserId = obj.channelUserId; var channelUserId = obj.channelUserId;
......
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