Commit b4939a85 by 宋毅

tj

parent 75bfeea8
......@@ -235,7 +235,7 @@ class OrderInfoService extends ServiceBase {
sqlCount += " and orderStatus=:orderStatus";
paramWhere.orderStatus = actionBody.orderStatus;
}
if (params.startTime && params.entTime) {
if (actionBody.startTime && actionBody.entTime) {
var startTime = actionBody.startTime.trim() + " 00:00:00";
var entTime = actionBody.entTime + " 23:59:59";
sql += " and created_at >=:startTime and created_at<=:entTime";
......
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