This commit is contained in:
linfso 2024-12-13 08:09:37 +08:00
parent 4eac0592c9
commit 085838f21b

View File

@ -313,6 +313,7 @@
<if test="params.transTypeId != null and params.transTypeId != ''">
and FIND_IN_SET(`trans_type_id`,#{params.transTypeId})
</if>
order by order_num desc
</select>