|
@@ -781,7 +781,7 @@
|
|
|
<if test="unLoadAddr != null and unLoadAddr != ''">and t.un_load_addr like concat('%', #{unLoadAddr},'%')</if>
|
|
|
<if test="mdLoadAddr != null and mdLoadAddr != ''">and t.md_load_addr like concat('%', #{mdLoadAddr},'%')</if>
|
|
|
</where>
|
|
|
- ORDER BY c.id desc
|
|
|
+ ORDER BY c.order_status asc, c.id desc
|
|
|
</select>
|
|
|
|
|
|
<select id="getButtonValue" parameterType="ftmsorderbills" resultType="Map">
|