fix:sql
This commit is contained in:
@@ -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
|
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user