|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|