Commit d4768959 authored by 鲁鸿波's avatar 鲁鸿波

PC端-危险作业管理-作业计划管理模-监督检查块app按检查时间倒序排序

parent 9913dfc5
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
from t_hazard_work_plan_check hwpc from t_hazard_work_plan_check hwpc
left join t_hazard_work_plan hwp on hwpc.plan_id = hwp.id left join t_hazard_work_plan hwp on hwpc.plan_id = hwp.id
where hwpc.status = '0' and hwpc.plan_id = #{param.planId} and hwpc.create_by=#{param.createBy} where hwpc.status = '0' and hwpc.plan_id = #{param.planId} and hwpc.create_by=#{param.createBy}
order by hwpc.create_date desc order by hwpc.check_time desc
</select> </select>
<select id="detail" resultMap="BaseResultMap"> <select id="detail" resultMap="BaseResultMap">
......
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