案件信息,执法信息bug修改

This commit is contained in:
jiangzongtao 2025-05-30 19:09:09 +08:00
parent 6815774a57
commit 20018ad4e2
4 changed files with 1 additions and 4 deletions

View File

@ -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));
}
/**

View File

@ -459,7 +459,6 @@ public class Case extends BaseModel {
*/
@Column(length = 100)
@Comment("案件来源")
private String caseSource;
/**

View File

@ -569,7 +569,6 @@ public class EnforcementInfoHistory extends BaseModel {
* 查出重大事故隐患()
*/
@Column(length = 9)
@Comment("查出重大事故隐患(项)")
private Integer zdyhs;

View File

@ -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;//立案时间