Commit fca5e9ee by 任晓松

update

parent a707273a
......@@ -1224,7 +1224,7 @@ class OrderInfoService extends ServiceBase {
whereParam.type_code = ac.type_code;
}
if(ac.status){
sql += ` AND status = :status`;
sql += ` AND orderStatus = :status`;
whereParam.status = ac.status;
}
sql += ` GROUP BY uapp_id,DATE_FORMAT(created_at,'%Y-%m-%d') ORDER BY created_at ASC`
......
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