Commit 7038c739 authored by hezhen's avatar hezhen

123

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