Browse Source

正序

master
han\hanst 14 hours ago
parent
commit
af2e8b7898
  1. 4
      src/main/resources/mapper/longchuang/ProductionPlanMapper.xml

4
src/main/resources/mapper/longchuang/ProductionPlanMapper.xml

@ -77,7 +77,7 @@
and a.plan_finish_date <![CDATA[<=]]> #{query.planEndDate}
</if>
</where>
order by isnull(a.plan_delivery_date, a.plan_finish_date) desc, a.create_time desc, a.order_no desc
order by isnull(a.plan_delivery_date, a.plan_finish_date) asc
</select>
<select id="queryWorkReportOrderPage" resultType="com.xujie.sys.modules.longchuang.data.ProductionPlanOrderRowData">
@ -132,7 +132,7 @@
and a.plan_finish_date <![CDATA[<=]]> #{query.planEndDate}
</if>
</where>
order by isnull(a.plan_delivery_date, a.plan_finish_date) desc, a.create_time desc, a.order_no desc
order by isnull(a.plan_delivery_date, a.plan_finish_date) asc
</select>
<select id="queryOrderNodeList" resultType="com.xujie.sys.modules.longchuang.data.ProductionPlanOrderNodeData">

Loading…
Cancel
Save