|
|
@@ -1,5 +1,6 @@
|
|
|
package com.kym.admin.controller;
|
|
|
|
|
|
+import cn.dev33.satoken.annotation.SaCheckPermission;
|
|
|
import com.kym.common.R;
|
|
|
import com.kym.entity.admin.InvestorInfo;
|
|
|
import com.kym.entity.admin.queryParams.CommonQueryParam;
|
|
|
@@ -29,6 +30,7 @@ public class InvestorInfoController {
|
|
|
*
|
|
|
* @param investorInfo
|
|
|
*/
|
|
|
+ @SaCheckPermission("investor.add")
|
|
|
@PostMapping("/create")
|
|
|
R<?> create(@RequestBody InvestorInfo investorInfo) {
|
|
|
investorInfo.setId(null);
|