Commit 485008fc authored by hanfeng's avatar hanfeng

修改车辆信息

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