Commit 12a55b61 authored by libin's avatar libin

车型优化

parent 2f9ff938
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
and v.belong_to_name like concat('%',#{belongToName},'%') and v.belong_to_name like concat('%',#{belongToName},'%')
</if> </if>
<if test="vin !=null and vin != ''"> <if test="vin !=null and vin != ''">
and v.vin like CONCAT('%',{#{vin},'%') and v.vin like CONCAT('%',#{vin},'%')
</if> </if>
<!-- <if test="subordinateBranch !=null">--> <!-- <if test="subordinateBranch !=null">-->
<!-- and v.subordinate_branch = #{subordinateBranch}--> <!-- and v.subordinate_branch = #{subordinateBranch}-->
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
and v.belong_to_name like concat('%',#{belongToName},'%') and v.belong_to_name like concat('%',#{belongToName},'%')
</if> </if>
<if test="vin !=null and vin != ''"> <if test="vin !=null and vin != ''">
and v.vin like CONCAT('%',{#{vin},'%') and v.vin like CONCAT('%',#{vin},'%')
</if> </if>
<!-- <if test="subordinateBranch !=null">--> <!-- <if test="subordinateBranch !=null">-->
<!-- and v.subordinate_branch = #{subordinateBranch}--> <!-- and v.subordinate_branch = #{subordinateBranch}-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment