| | |
| | | |
| | | import com.thhy.general.config.SysUserInfo; |
| | | import com.thhy.staff.modules.biz.depart.entity.OtherUser; |
| | | import com.thhy.staff.modules.biz.face.entity.UserFaceVo; |
| | | import com.thhy.staff.modules.biz.group.entity.GroupUser; |
| | | import com.thhy.staff.modules.biz.platuser.entity.*; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | int countFaceRecordByGroup(String groupId); |
| | | |
| | | PlatUserFace queryFaceUserByJobNum(String jobNum); |
| | | |
| | | List<UserFaceVo> queryUserFace(@Param("offset") int offset,@Param("limit") int limit); |
| | | |
| | | UserFaceVo queryUserFaceSingle(String userId); |
| | | |
| | | void syncResult(@Param("syncSuccess") int syncSuccess,@Param("userIdArray")String[] userIdArray); |
| | | |
| | | void syncFail(@Param("user_id") String userId,@Param("syncFailReason")String syncFailReason); |
| | | } |