Commit 169ad432 authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/dev-chw' into dev-chw

parents f81fa41f 6cb105d3
...@@ -53,7 +53,7 @@ public class AppCompanyInfoController extends BaseController<CompanyInfoApplyBiz ...@@ -53,7 +53,7 @@ public class AppCompanyInfoController extends BaseController<CompanyInfoApplyBiz
@GetMapping("app/unauth/checkApply") @GetMapping("app/unauth/checkApply")
@ApiModelProperty("商家检查申请") @ApiModelProperty("商家检查申请")
@IgnoreUserToken @IgnoreUserToken
public ObjectRestResponse checkApply(@RequestBody CompanyApplyFindDTO companyApplyFindDTO) { public ObjectRestResponse checkApply(CompanyApplyFindDTO companyApplyFindDTO) {
Integer currentUserIdInt = getCurrentUserIdInt(); Integer currentUserIdInt = getCurrentUserIdInt();
if (currentUserIdInt != null){ if (currentUserIdInt != null){
companyApplyFindDTO.setUserId(getCurrentUserIdInt()); companyApplyFindDTO.setUserId(getCurrentUserIdInt());
......
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