Commit 5870803a authored by 雍欢's avatar 雍欢

查询附件列表的时候不弹出提示信息

parent 8154cee7
...@@ -276,7 +276,7 @@ public class AttachmentController extends CommonController { ...@@ -276,7 +276,7 @@ public class AttachmentController extends CommonController {
String bizKindId = this.getParameter(BIZ_CODE_KEY_NAME); String bizKindId = this.getParameter(BIZ_CODE_KEY_NAME);
String bizId = this.getParameter(BIZ_ID_KEY_NAME); String bizId = this.getParameter(BIZ_ID_KEY_NAME);
List<Attachment> attachments = this.application.queryAttachments(bizKindId, bizId); List<Attachment> attachments = this.application.queryAttachments(bizKindId, bizId);
return success(attachments); return toResult(attachments);
} }
@LogInfo(logType = LogType.SYS, subType = "", operaionType = OperationType.DELETE, description = "删除附件") @LogInfo(logType = LogType.SYS, subType = "", operaionType = OperationType.DELETE, description = "删除附件")
......
...@@ -487,11 +487,11 @@ ...@@ -487,11 +487,11 @@
<artifactId>spring-test</artifactId> <artifactId>spring-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <!-- <dependency>
<groupId>com.huigou</groupId> <groupId>com.huigou</groupId>
<artifactId>huigou-form</artifactId> <artifactId>huigou-form</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</dependency> </dependency>-->
<dependency> <dependency>
<groupId>com.huigou</groupId> <groupId>com.huigou</groupId>
<artifactId>huigou-demo</artifactId> <artifactId>huigou-demo</artifactId>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<module>huigou-demo</module> <module>huigou-demo</module>
<module>huigou-xt</module> <module>huigou-xt</module>
<module>query-spring</module> <module>query-spring</module>
<module>huigou-form</module> <!-- <module>huigou-form</module>-->
<module>huigou-bpm</module> <module>huigou-bpm</module>
<module>huigou-webservice</module> <module>huigou-webservice</module>
<module>huigou-rule</module> <module>huigou-rule</module>
......
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