|
@@ -255,7 +255,7 @@ public class YeWeiHuiController {
|
|
|
@ApiOperation("导出凌云家庭上报明细")
|
|
|
@GetMapping("/whepi/lun/exportRiBao")
|
|
|
@SneakyThrows
|
|
|
- public void lunExportRiBao(@Pd(name = "date") String date,@Pd(name = "unitId") Long unitId,
|
|
|
+ public void lunExportRiBao(@Pd(name = "date") String date,@Pd(name = "unitId", required = false, defaultValue = "0") Long unitId,
|
|
|
HttpServletResponse resp) {
|
|
|
|
|
|
Uptown uptown = uptownMapper.selectById("1238790987234");
|