Commit 9d9b9124ec75773b38060d07bccb0c6e84d43bc7

Authored by yeqianyong
1 parent 8f1811b1

楚江erp:订货单排序规则修改

@@ -202,7 +202,7 @@ @@ -202,7 +202,7 @@
202 </foreach> 202 </foreach>
203 </if> 203 </if>
204 </where> 204 </where>
205 - ORDER BY tb.update_time DESC 205 + ORDER BY tb.create_time DESC
206 </select> 206 </select>
207 207
208 <select id="queryCanRevokeOrChangeList" resultMap="PurchaseOrderInfo"> 208 <select id="queryCanRevokeOrChangeList" resultMap="PurchaseOrderInfo">