| | |
| | | import com.panzhihua.common.model.vos.IndexDataKanbanVO; |
| | | import com.panzhihua.common.model.vos.IndexDataVO; |
| | | import com.panzhihua.common.model.vos.LoginUserInfoVO; |
| | | import com.panzhihua.common.model.vos.community.ComMngVolunteerMngVO; |
| | | import com.panzhihua.common.model.vos.user.AdministratorsUserVO; |
| | | import com.panzhihua.common.model.vos.user.SysUserNoticeVO; |
| | | import com.panzhihua.common.model.vos.user.SysUserVO; |
| | |
| | | "u.continuous_landing_days + 1,\n" + |
| | | "0)") |
| | | int timedTaskContinuousLandingDays(); |
| | | @Select("select state from com_mng_volunteer_mng where phone=#{phone}") |
| | | ComMngVolunteerMngVO selectVolunteerMngByPhone(String phone); |
| | | } |