|
@@ -7,6 +7,7 @@ import com.thinkgem.jeesite.common.persistence.CrudDao;
|
|
import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao;
|
|
import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao;
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
+import java.util.Date;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -76,5 +77,7 @@ public interface CmUserDao extends CrudDao<CmUser> {
|
|
|
|
|
|
String getOrganizeStoreName(Integer organizeStoreId);
|
|
String getOrganizeStoreName(Integer organizeStoreId);
|
|
|
|
|
|
- void updateByClubStatus(@Param("clubStatus") int clubStatus,@Param("confirmUserId") Integer confirmUserId);
|
|
|
|
|
|
+ void updateByClubStatus(@Param("clubStatus") int clubStatus, @Param("confirmUserId") Integer confirmUserId);
|
|
|
|
+
|
|
|
|
+ Date findByConfirmTime(Integer userId);
|
|
}
|
|
}
|