Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邬友楠
test
Commits
5870803a
Commit
5870803a
authored
Apr 02, 2021
by
雍欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询附件列表的时候不弹出提示信息
parent
8154cee7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
AttachmentController.java
...p/bmp/doc/attachment/controller/AttachmentController.java
+1
-1
pom.xml
huigou-xt/pom.xml
+2
-2
pom.xml
pom.xml
+1
-1
No files found.
huigou-uasp/src/main/java/com/huigou/uasp/bmp/doc/attachment/controller/AttachmentController.java
View file @
5870803a
...
@@ -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
=
"删除附件"
)
...
...
huigou-xt/pom.xml
View file @
5870803a
...
@@ -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>
...
...
pom.xml
View file @
5870803a
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment