举报核查完善修改
This commit is contained in:
parent
64ef808ab3
commit
2e9dbf6545
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -453,6 +453,7 @@ public class Case extends BaseModel {
|
||||||
@Comment("案件来源code")
|
@Comment("案件来源code")
|
||||||
private String caseSourceCode;
|
private String caseSourceCode;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 案件来源
|
* 案件来源
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查出重大事故隐患(项)
|
* 查出重大事故隐患(项)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue