Commit a08b551a by Sxy

fix: 建账时间

parent 14380565
...@@ -44,7 +44,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -44,7 +44,7 @@ class DeliverybillCtl extends CtlBase {
setupStatus: delivery_info.setupStatus || System.SERVERSESTATUS.NOTSETUP,//建账状态 notsetup | setup setupStatus: delivery_info.setupStatus || System.SERVERSESTATUS.NOTSETUP,//建账状态 notsetup | setup
createdAt: created_at, createdAt: created_at,
updatedAt: updated_at, updatedAt: updated_at,
setupAt: delivery_info.serviceStartTime || (delivery_info.setupInfo && delivery_info.setupInfo.time) || delivery_info.setupAt || null setupAt: (delivery_info.setupInfo && delivery_info.setupInfo.time) || delivery_info.serviceStartTime || null
}); });
} }
rs.results.rows = result; rs.results.rows = result;
......
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