举报核查完善修改

This commit is contained in:
luolianxin 2025-05-30 19:11:23 +08:00
parent 64ef808ab3
commit 2e9dbf6545
3 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class BigScreenController {
*/ */
@GetMapping("/qytj") @GetMapping("/qytj")
public Result<Map> getEnterpriseStatistics(@CurrentUser RemoteUserInfo user) { public Result<Map> getEnterpriseStatistics(@CurrentUser RemoteUserInfo user) {
/return Ok.of(bigScreenService.getEnterpriseStatistics(user)); // return Ok.of(bigScreenService.getEnterpriseStatistics(user));
return Ok.of(bigScreenService.getEnterpriseStatistics2(user)); return Ok.of(bigScreenService.getEnterpriseStatistics2(user));
} }

View File

@ -453,6 +453,7 @@ public class Case extends BaseModel {
@Comment("案件来源code") @Comment("案件来源code")
private String caseSourceCode; private String caseSourceCode;
/** /**
* 案件来源 * 案件来源
*/ */

View File

@ -564,6 +564,7 @@ public class EnforcementInfoHistory extends BaseModel {
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
private LocalDate caseClosingDate; private LocalDate caseClosingDate;
/** /**
* 查出重大事故隐患() * 查出重大事故隐患()
*/ */