更新工单列表排序

This commit is contained in:
panshuling321 2022-05-13 15:51:14 +08:00
parent 3870cd5b56
commit f2cbe98fb4

View File

@ -76,6 +76,7 @@
and o.tenant_id = #{params.tenantId}
</if>
GROUP BY o.work_order_id
ORDER BY o.status ASC
</select>