huanghongfa
2021-06-25 b34621b9348c909d29ee9cc005ca5fa3e6dc0aa0
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActMessageBackDAO.java
@@ -8,6 +8,6 @@
import com.panzhihua.service_community.model.dos.ComActMessageBackDO;
@Mapper
public interface ComActMessageBackDAO extends BaseMapper<ComActMessageBackDO> {
   @Update("delete from com_act_message_back u where u.msg_id=#{msgId}")
   @Update("delete from com_act_message_back where msg_id=#{msgId}")
    void deleteMsgBackByMsgId(@Param("msgId")Long msgId);
}