接口性能测试,修改测试bug

This commit is contained in:
heli02 2025-07-04 17:21:27 +08:00
parent d92732b319
commit dfcf437c79
3 changed files with 0 additions and 12 deletions

View File

@ -48,11 +48,6 @@ public class OffSiteLawEnforceController {
* @param * @param
* @return 企业类型接入统计 * @return 企业类型接入统计
*/ */
@GetMapping("/qyjrlxtj")
public Result<Map> getQyjrlxtj() {
return Ok.of(offSiteLawEnforceService.getQyjrlxtj());
}
/** /**
* 非现场执法总数统计 * 非现场执法总数统计

View File

@ -21,9 +21,6 @@ public class OnlinePatrolController {
private final OnlinePatrolService onlinePatrolService; private final OnlinePatrolService onlinePatrolService;
public OnlinePatrolController(OnlinePatrolService onlinePatrolService) {
this.onlinePatrolService = onlinePatrolService;
}
/** /**
* 创建报送审批 * 创建报送审批

View File

@ -123,10 +123,6 @@ public class EnforcementInfo extends BaseModel {
@Column(name = "current_node", length = 20, nullable = false) @Column(name = "current_node", length = 20, nullable = false)
private String currentNode; private String currentNode;
@Comment("数据来源1.系统新增 2.部级系统 3.举报核查转交 4.自动执法计划 5.上级转交 6.同级移交 7.非现场执法 ")
@Column(name = "data_from", length = 2, nullable = false)
private String dataFrom;
@Comment("录入时间(精确到秒)") @Comment("录入时间(精确到秒)")
@Column(name = "create_time") @Column(name = "create_time")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")