|
@@ -211,7 +211,7 @@ public class repaymentController extends BaseController {
|
|
|
* @param response
|
|
|
* @return
|
|
|
*/
|
|
|
- @PreAuthorize(hasPermi = "service:repayment:downLoad")
|
|
|
+ @PreAuthorize(hasPermi = "service:repayment:down")
|
|
|
@Log(title = "还款明细下载", businessType = BusinessType.EXPORT)
|
|
|
@Transactional(rollbackFor=Exception.class)
|
|
|
@PostMapping("/export/{zfrId}")
|