Commit 438d063c by 宋毅

tj

parent fd6cc614
......@@ -83,7 +83,7 @@ class UtilsChannelTmDeliveryService {
var paramWhere = { sourceOrderNo: orderNo, channelOrderNo: channelOrderNo };
var list = await this.orderinfoDao.customQuery(sql, paramWhere);
if (!list || list.length == 0 || !list[0].deliveryContent) {
return system.getResult(null, "get channel delivery data is empty,30250");
return system.getResult(null, "get channel delivery data is empty,30253");
}
return system.getResultSuccess(list[0].deliveryContent);
}
......
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