接口性能测试,修改测试bug
This commit is contained in:
parent
d92732b319
commit
dfcf437c79
|
|
@ -48,11 +48,6 @@ public class OffSiteLawEnforceController {
|
||||||
* @param
|
* @param
|
||||||
* @return 企业类型接入统计
|
* @return 企业类型接入统计
|
||||||
*/
|
*/
|
||||||
@GetMapping("/qyjrlxtj")
|
|
||||||
public Result<Map> getQyjrlxtj() {
|
|
||||||
return Ok.of(offSiteLawEnforceService.getQyjrlxtj());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 非现场执法总数统计
|
* 非现场执法总数统计
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,6 @@ public class OnlinePatrolController {
|
||||||
|
|
||||||
private final OnlinePatrolService onlinePatrolService;
|
private final OnlinePatrolService onlinePatrolService;
|
||||||
|
|
||||||
public OnlinePatrolController(OnlinePatrolService onlinePatrolService) {
|
|
||||||
this.onlinePatrolService = onlinePatrolService;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建报送审批
|
* 创建报送审批
|
||||||
|
|
|
||||||
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue