| | |
| | | // " </where>" + |
| | | // "</script>") |
| | | |
| | | @Select("<script> " +"SELECT * FROM com_pb_dyn where community_id in (${partyBuildingComPbDynVO.communityIds})" +"</script>") |
| | | IPage<PartyBuildingComPbDynVO> pageYnamic(Page page, |
| | | @Param("partyBuildingComPbDynVO") PartyBuildingComPbDynVO partyBuildingComPbDynVO); |
| | | |
| | | |
| | | |
| | | IPage<com.panzhihua.common.model.vos.partybuilding.PartyBuildingComPbDynVO> pageYnamics(Page page, |
| | | @Param("partyBuildingComPbDynVO") com.panzhihua.common.model.vos.partybuilding.PartyBuildingComPbDynVO partyBuildingComPbDynVO); |
| | | |
| | | |
| | | |
| | | |
| | | @Update("update com_pb_dyn set `status`=2 WHERE `status`=1 and TIMESTAMPDIFF(MINUTE,SYSDATE(),publish_at)<=0") |
| | | int timedTaskPartyBuildingStatus(); |
| | | |