|
|
@@ -429,7 +429,7 @@ public class CreditHandleController extends BaseController {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- @PreAuthorize(hasPermi = "credit:credit:refuse")
|
|
|
+ /*@PreAuthorize(hasPermi = "credit:credit:refuse")*/
|
|
|
@Log(title = "融信拒签", businessType = BusinessType.UPDATE)
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
@PutMapping("/creditRefuse")
|