Commit 485008fc authored by hanfeng's avatar hanfeng

修改车辆信息

parent f2b6be98
...@@ -61,7 +61,7 @@ public class AppUserManageDTO { ...@@ -61,7 +61,7 @@ public class AppUserManageDTO {
private Set<Integer> citySet; private Set<Integer> citySet;
/** /**
* 公司所在的城市数组 * 真实姓名
*/ */
private String realName; private String realName;
......
...@@ -189,8 +189,8 @@ ...@@ -189,8 +189,8 @@
<if test="source !=null "> <if test="source !=null ">
and d.source = #{source} and d.source = #{source}
</if> </if>
<if test=" realname !=null realname != ''"> <if test="realName !=null and realName != ''">
d.realname like CONCAT('%',#{realname},'%') and d.realname like CONCAT('%',#{realName},'%')
</if> </if>
<if test="citySet != null "> <if test="citySet != null ">
and d.city_code in and d.city_code in
......
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