|
@@ -21,4 +21,6 @@ public interface EmployeeDAO {
|
|
Employee findByRegId(String regUserId);
|
|
Employee findByRegId(String regUserId);
|
|
List<Employee> loadByIds(@Param("employeeIds") String employeeIds);
|
|
List<Employee> loadByIds(@Param("employeeIds") String employeeIds);
|
|
Employee getByPhone(String phone);
|
|
Employee getByPhone(String phone);
|
|
|
|
+
|
|
|
|
+ int updateForBindReg(@Param("regId") String regId, @Param("phone") String phone);
|
|
}
|
|
}
|