|
@ -497,4 +497,10 @@ public interface IcResiUserDao extends BaseDao<IcResiUserEntity> { |
|
|
@Param("orgIdPath") String orgIdPath, |
|
|
@Param("orgIdPath") String orgIdPath, |
|
|
@Param("codeType")String codeType, |
|
|
@Param("codeType")String codeType, |
|
|
@Param("code") String code); |
|
|
@Param("code") String code); |
|
|
|
|
|
/** |
|
|
|
|
|
* 根据ic_resi_user.id查询,不限制任何状态 |
|
|
|
|
|
* @param icResiUserId |
|
|
|
|
|
* @return |
|
|
|
|
|
*/ |
|
|
|
|
|
IcResiUserEntity getById(String icResiUserId); |
|
|
} |
|
|
} |
|
|