案件信息,执法信息bug修改
This commit is contained in:
parent
6815774a57
commit
20018ad4e2
|
|
@ -49,7 +49,7 @@ public class BigScreenController {
|
|||
@GetMapping("/qytj")
|
||||
public Result<Map> getEnterpriseStatistics(@CurrentUser RemoteUserInfo user) {
|
||||
/return Ok.of(bigScreenService.getEnterpriseStatistics(user));
|
||||
Ok.of(bigScreenService.getEnterpriseStatistics2(user));
|
||||
return Ok.of(bigScreenService.getEnterpriseStatistics2(user));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -459,7 +459,6 @@ public class Case extends BaseModel {
|
|||
*/
|
||||
@Column(length = 100)
|
||||
@Comment("案件来源")
|
||||
|
||||
private String caseSource;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -569,7 +569,6 @@ public class EnforcementInfoHistory extends BaseModel {
|
|||
* 查出重大事故隐患(项)
|
||||
*/
|
||||
@Column(length = 9)
|
||||
|
||||
@Comment("查出重大事故隐患(项)")
|
||||
private Integer zdyhs;
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ public class CaseInfoDto {
|
|||
private String caseNum; //案件号
|
||||
private String enforcementId; //执法信息id
|
||||
private String agencyId; //机构id
|
||||
|
||||
private String filedUserId;//立案人id
|
||||
private String filedUserName;//立案人
|
||||
private LocalDateTime fillingTime;//立案时间
|
||||
|
|
|
|||
Loading…
Reference in New Issue