Commit 2f4a6e0f by huangjinxin

修改参数

1 parent a2430fb5
......@@ -717,7 +717,7 @@ public class UserService {
search.setNickname(map.containsKey("nickname") ? map.get("nickname").toString() : null);
search.setBan(map.containsKey("ban") ? Integer.parseInt(map.get("ban").toString()) : null);
search.setSource(map.containsKey("source") ? Integer.parseInt(map.get("source").toString()) : null);
search.setEmail(map.containsKey("email") ? map.get("email").toString() : null);
// search.setEmail(map.containsKey("email") ? map.get("email").toString() : null);
search.setPhone(map.containsKey("phone") ? map.get("phone").toString() : null);
search.setEngineerCode(map.containsKey("engineer_code") ? map.get("engineer_code").toString() : null);
search.setRoleName(map.containsKey("roleName") ? map.get("roleName").toString() : null);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!