Commit 3ff93198 by huluobin

update

parent c9059049
package com.blt.other.module.cost.controller; package com.blt.other.module.cost.controller;
import com.bailuntec.cost.api.dto.CostDto; import com.bailuntec.cost.api.dto.CostDto;
import com.blt.other.common.annotation.LoginIgnore;
import com.blt.other.common.util.AxiosUtil; import com.blt.other.common.util.AxiosUtil;
import com.blt.other.common.util.CurUtils; import com.blt.other.common.util.CurUtils;
import com.blt.other.database.model.CostApplycallbackDomain; import com.blt.other.database.model.CostApplycallbackDomain;
...@@ -39,6 +40,7 @@ public class CostFinansysDetailController { ...@@ -39,6 +40,7 @@ public class CostFinansysDetailController {
@Resource @Resource
private UserService userService; private UserService userService;
@LoginIgnore
@PostMapping("detail") @PostMapping("detail")
public FinansysDetailDto getCostFinansysDetailDto(HttpServletResponse response, HttpServletRequest request) { public FinansysDetailDto getCostFinansysDetailDto(HttpServletResponse response, HttpServletRequest request) {
AxiosUtil.setCors(response, request); AxiosUtil.setCors(response, request);
......
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