yanghui
2022-11-28 a079b14c8a2b9af9deeb7ccf3f91565ebd53f4f8
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActMessageBackDAO.java
@@ -6,8 +6,9 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.panzhihua.service_community.model.dos.ComActMessageBackDO;
@Mapper
public interface ComActMessageBackDAO extends BaseMapper<ComActMessageBackDO> {
   @Update("delete from com_act_message_back where msg_id=#{msgId}")
    void deleteMsgBackByMsgId(@Param("msgId")Long msgId);
    @Update("delete from com_act_message_back where msg_id=#{msgId}")
    void deleteMsgBackByMsgId(@Param("msgId") Long msgId);
}