Unverified 提交 70e0fc9b authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw 提交者: GitHub

Merge pull request #2246 from dataease/pr@dev@fix_code_style

fix: 代码语法错误
package io.dataease.ext; package io.dataease.ext;
;
import io.dataease.controller.sys.response.MsgGridDto; import io.dataease.controller.sys.response.MsgGridDto;
import io.dataease.plugins.common.base.domain.SysMsgExample; import io.dataease.plugins.common.base.domain.SysMsgExample;
import io.dataease.plugins.common.base.domain.SysMsgSetting; import io.dataease.plugins.common.base.domain.SysMsgSetting;
...@@ -13,7 +13,6 @@ import java.util.List; ...@@ -13,7 +13,6 @@ import java.util.List;
@Mapper @Mapper
public interface ExtSysMsgMapper { public interface ExtSysMsgMapper {
@Update({ @Update({
"<script>", "<script>",
"update sys_msg set status = 1, read_time = #{time} where msg_id in ", "update sys_msg set status = 1, read_time = #{time} where msg_id in ",
...@@ -24,7 +23,6 @@ public interface ExtSysMsgMapper { ...@@ -24,7 +23,6 @@ public interface ExtSysMsgMapper {
}) })
int batchStatus(@Param("msgIds") List<Long> msgIds, @Param("time") Long time); int batchStatus(@Param("msgIds") List<Long> msgIds, @Param("time") Long time);
@Delete({ @Delete({
"<script>", "<script>",
"delete from sys_msg where msg_id in ", "delete from sys_msg where msg_id in ",
...@@ -37,8 +35,6 @@ public interface ExtSysMsgMapper { ...@@ -37,8 +35,6 @@ public interface ExtSysMsgMapper {
int batchInsert(@Param("settings") List<SysMsgSetting> settings); int batchInsert(@Param("settings") List<SysMsgSetting> settings);
List<MsgGridDto> queryGrid(SysMsgExample example); List<MsgGridDto> queryGrid(SysMsgExample example);
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论