Commit 574dcdcd by guojuxing

微盟门店导入ignore拦截

parent 37036ae7
......@@ -11,6 +11,7 @@ import java.util.stream.Collectors;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.gic.commons.annotation.HeaderSignIgnore;
import com.gic.commons.util.EntityUtil;
import com.gic.enterprise.constant.Constants;
import com.gic.enterprise.dto.wm.WmStoreSyncLogDTO;
......@@ -163,6 +164,7 @@ public class WmStoreSyncController {
* @param response
* @throws IOException
*/
@HeaderSignIgnore
@RequestMapping("wm-store-import-template")
public void wmStoreImportTemplate(HttpServletRequest request, HttpServletResponse response)
throws IOException {
......@@ -487,6 +489,7 @@ public class WmStoreSyncController {
* @return
* @throws IOException
*/
@HeaderSignIgnore
@RequestMapping("weimob-init-branch-import")
public RestResponse importSettlementBranch(Integer wmMallStoreId, Integer headStoreId, boolean isBranch, MultipartFile file) throws IOException {
if (file == null || file.isEmpty()) {
......@@ -535,6 +538,7 @@ public class WmStoreSyncController {
* @return
* @throws IOException
*/
@HeaderSignIgnore
@RequestMapping("weimob-init-import")
public RestResponse importSettlement(Integer wmMallStoreId, MultipartFile file) throws IOException {
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