This commit is contained in:
zhangzq
2024-07-18 14:06:25 +08:00
parent 695ad4dc0c
commit 812966d21b

View File

@@ -83,7 +83,7 @@
</foreach> </foreach>
</if> </if>
<if test="is_lock != null and is_lock != ''"> <if test="is_lock != null and is_lock != ''">
md_pb_vehicleMater.is_lock = false and md_pb_vehicleMater.is_lock = false
</if> </if>
<if test="order_by != null and order_by != ''"> <if test="order_by != null and order_by != ''">
order by ${order_by} order by ${order_by}