Commit 9d9c5930 by 徐高华

任务提醒

parent 76b57ee1
......@@ -61,7 +61,7 @@
<select id="listForTimer" resultMap="result-map-tabHaobanTaskNotice">
SELECT
<include refid="Base_Column_List" />
FROM tab_haoban_task_notice WHERE status_flag = 1
FROM tab_haoban_task_notice WHERE status_flag = 1 order by plan_type asc
</select>
<select id="getById" resultMap="result-map-tabHaobanTaskNotice">
......
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