main
HuangHai 4 months ago
parent 5f91e21b64
commit 1c790d903a

@ -331,7 +331,7 @@ public class TeacherModel {
* @return
*/
public Record getPersonByTelephone(String telephone) {
String sql = "select * from t_sys_loginperson where telephone=?";
String sql = "select * from t_sys_loginperson where telephone=? and b_use=1";
return Db.findFirst(sql, telephone);
}

Loading…
Cancel
Save