Commit dc5989de by 孙亚楠

dd

parent 14c82bb5
......@@ -818,7 +818,7 @@ class OorderService extends ServiceBase {
element.odeliver.deliver_divide = system.f2y(element.odeliver.deliver_divide);
element.orderInfoReg.capital = system.f2y(element.orderInfoReg.capital);
}
return system.getResult({count: countRes.count, row: list});
return system.getResult({count: countRes.count, rows: list});
}catch (e) {
console.log(e);
return system.getResult(null,`系统错误`)
......
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