Commit 8a197569 by 墨竹

feat:收费bug

parent effa699d
......@@ -49,7 +49,15 @@
and intercept_time <![CDATA[ >= ]]> #{endDate}
</if>
</where>
order by intercept_time desc
<choose>
<when test="interceptFlag != null and interceptFlag == 0">
GROUP BY wx_enterprise_id
order by intercept_time asc
</when>
<otherwise>
order by intercept_time desc
</otherwise>
</choose>
</select>
......
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