Commit 7759bdc9 by 宋毅

tj

parent d43c4d84
......@@ -129,7 +129,7 @@ class OrderService extends ServiceBase {
var payStatus = action_body.payStatus || "dfk";
var self = this;
var result = await self.ordertmproductDao.getItemByNeedNoOrderNo(action_body.needNoOrderNo, req.app.id);
if (result) {
if (!result) {
return system.getResult(null, "data is empty");
}
return await this.db.transaction(async function (t) {
......
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