占桩订单列表页 排序

This commit is contained in:
Lemon
2023-09-11 10:12:28 +08:00
parent daf8642162
commit 6d736cb2f2

View File

@@ -962,5 +962,6 @@
<if test="pileSn != null and pileSn != ''"> and t1.pile_sn = #{pileSn}</if>
<if test="pileConnectorCode != null and pileConnectorCode != ''"> and t1.pile_connector_code = #{pileConnectorCode}</if>
</where>
order by t1.create_time desc
</select>
</mapper>