|
@@ -184,7 +184,7 @@ public class CreditLineController extends BaseController {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- @PreAuthorize(hasPermi = "credit:line::add")
|
|
|
+ @PreAuthorize(hasPermi = "credit:line:add")
|
|
|
@Log(title = "授信管理", businessType = BusinessType.INSERT)
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
@PostMapping
|