更新清分订单列表数据展示

This commit is contained in:
panshuling321 2022-05-20 15:50:02 +08:00
parent 3f82ef74aa
commit 5dd291ca29

View File

@ -160,6 +160,7 @@
<if test="params.operatorId!=null and params.operatorId!=''">
and ct.operator_id=#{params.operatorId}
</if>
GROUP BY ho.`clearing_order_id`
ORDER BY FIELD(cc.STATUS, NULL,1,2) ASC, FIELD(ho.check_status,NULL,0,2, 1) asc
</select>