This commit is contained in:
77
2024-03-24 20:31:48 +08:00
parent e971ca2276
commit b41aae2240

View File

@@ -67,7 +67,8 @@ public class DkBorrowController extends BaseController {
return toAjax(borrowService.save(bo) ? 1 : 0); return toAjax(borrowService.save(bo) ? 1 : 0);
} }
/** /**\
*
* 修改借款计划 * 修改借款计划
*/ */
@PreAuthorize("@ss.hasPermi('dk:borrow:edit')") @PreAuthorize("@ss.hasPermi('dk:borrow:edit')")