Commit 4def99f7 by 任晓松

update

parent c67749df
...@@ -2258,7 +2258,7 @@ class OrderInfoService extends ServiceBase { ...@@ -2258,7 +2258,7 @@ class OrderInfoService extends ServiceBase {
if(productsArr.length>0){ if(productsArr.length>0){
this.orderproductDao.bulkCreate(productsArr); this.orderproductDao.bulkCreate(productsArr);
} }
return system.getResult(orRet); return system.getResultSuccess(orRet);
} }
} }
module.exports = OrderInfoService; module.exports = OrderInfoService;
\ No newline at end of file
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