Browse Source

规格

master
han\hanst 3 days ago
parent
commit
4b276d865e
  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} and a.plan_finish_date <![CDATA[<=]]> #{query.planEndDate}
</if> </if>
</where> </where>
order by a.create_time desc, a.order_no desc
order by isnull(a.plan_delivery_date, a.plan_finish_date) desc, a.create_time desc, a.order_no desc
</select> </select>
<select id="queryWorkReportOrderPage" resultType="com.xujie.sys.modules.longchuang.data.ProductionPlanOrderRowData"> <select id="queryWorkReportOrderPage" resultType="com.xujie.sys.modules.longchuang.data.ProductionPlanOrderRowData">
@ -132,7 +132,7 @@
and a.plan_finish_date <![CDATA[<=]]> #{query.planEndDate} and a.plan_finish_date <![CDATA[<=]]> #{query.planEndDate}
</if> </if>
</where> </where>
order by a.create_time desc, a.order_no desc
order by isnull(a.plan_delivery_date, a.plan_finish_date) desc, a.create_time desc, a.order_no desc
</select> </select>
<select id="queryOrderNodeList" resultType="com.xujie.sys.modules.longchuang.data.ProductionPlanOrderNodeData"> <select id="queryOrderNodeList" resultType="com.xujie.sys.modules.longchuang.data.ProductionPlanOrderNodeData">

Loading…
Cancel
Save