|
@@ -8,6 +8,6 @@ package com.txz.cif.dao.impl;
|
|
|
public class UserMapperImpl {
|
|
|
|
|
|
public String getUsersByIds(String userIds){
|
|
|
- return "select id , head_pic as headPic , name from c_user where id in (${userIds})";
|
|
|
+ return "select id , head_pic as headPic , name ,phone_no as phoneNo from c_user where id in (${userIds})";
|
|
|
}
|
|
|
}
|