Commit 26e280ad by 王军业

15642136456

1 parent 9b991731
...@@ -212,12 +212,15 @@ ...@@ -212,12 +212,15 @@
</if> </if>
<if test="province != null and province != ''"> <if test="province != null and province != ''">
province=#{province}, province=#{province},
province_name=#{province_name},
</if> </if>
<if test="city !=null and city != ''"> <if test="city !=null and city != ''">
city=#{city}, city=#{city},
city_name=#{city_name},
</if> </if>
<if test="county != null and county != ''"> <if test="county != null and county != ''">
county=#{county}, county=#{county},
county_name=#{county_name},
</if> </if>
<if test="guarantee_period != null and guarantee_period != ''"> <if test="guarantee_period != null and guarantee_period != ''">
guarantee_period=#{guarantee_period}, guarantee_period=#{guarantee_period},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!