Commit 3b6b2502 by zhiwj

加注解

parent 6a04ab60
...@@ -103,6 +103,7 @@ public class ClerkImportController { ...@@ -103,6 +103,7 @@ public class ClerkImportController {
* @throws IOException * @throws IOException
*/ */
@RequestMapping("/clerk-tmp-file-upload") @RequestMapping("/clerk-tmp-file-upload")
@HeaderSignIgnore
public RestResponse fileUpload(HttpServletRequest request, MultipartFile file, PageQO pageQO) throws IOException { public RestResponse fileUpload(HttpServletRequest request, MultipartFile file, PageQO pageQO) throws IOException {
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId(); Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
if (file == null || file.isEmpty()) { if (file == null || file.isEmpty()) {
......
...@@ -116,6 +116,7 @@ public class StoreImportController { ...@@ -116,6 +116,7 @@ public class StoreImportController {
* @throws IOException * @throws IOException
*/ */
@RequestMapping("/store-tmp-file-upload") @RequestMapping("/store-tmp-file-upload")
@HeaderSignIgnore
public RestResponse fileUpload(HttpServletRequest request, MultipartFile file, PageQO pageQO) throws IOException { public RestResponse fileUpload(HttpServletRequest request, MultipartFile file, PageQO pageQO) throws IOException {
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId(); Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
if (file == null || file.isEmpty()) { if (file == null || file.isEmpty()) {
......
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