|
@@ -188,8 +188,8 @@ public class BizHousingFundDeclareController extends BaseController {
|
|
|
/**
|
|
|
* 导出列表
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('business:socialSecurityConfirm:export')")
|
|
|
- @Log(title = "社保申报任务", businessType = BusinessType.EXPORT)
|
|
|
+ @PreAuthorize("@ss.hasPermi('business:housingFundDeclare:export')")
|
|
|
+ @Log(title = "公积金申报任务", businessType = BusinessType.EXPORT)
|
|
|
@PostMapping("/export")
|
|
|
public void export(HttpServletResponse response, BizHousingFundDeclare conditions) throws NoSuchFieldException, IllegalAccessException
|
|
|
{
|