Commit 0d7cc435 by 王祖波

社群活动

parent e967f0a7
......@@ -77,7 +77,7 @@ public interface GroupChatActivityMapper {
* @param chatActivityId 主键
* @return 影响行数
*/
int deleteById(String enterpriseId,Long chatActivityId);
int deleteById(@Param("enterpriseId") String enterpriseId,@Param("chatActivityId")Long chatActivityId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment