|
|
@@ -138,7 +138,7 @@ public class CompanyRechargeController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- @PreAuthorize("@ss.hasPermi('company:companyRecharge:recharge')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('company:companyRecharge:Recharge')")
|
|
|
@Log(title = "添加充值记录", businessType = BusinessType.INSERT)
|
|
|
@PostMapping(value = "/recharge")
|
|
|
@Transactional
|