|
@@ -563,7 +563,7 @@ public class OwnCreditController extends BaseController {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- @PreAuthorize(hasPermi = "credit:credit:add")
|
|
|
+ @PreAuthorize(hasAnyPermi = {"credit:credit:add","finanOpening:finanOpening:add","finanOpening:finanOpening:apply"})
|
|
|
@Log(title = "融信开立", businessType = BusinessType.INSERT)
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
@PostMapping
|