1.pms电能质量报表
2.园区功能接口 3.自定义报表(部分)
This commit is contained in:
@@ -42,7 +42,7 @@ public class ReportController extends BaseController {
|
||||
@PostMapping("/batchReport")
|
||||
@ApiOperation("批量处理报表")
|
||||
@ApiImplicitParam(name = "reportParam", value = "查询体", required = true)
|
||||
public HttpResult<Boolean> batchReport(@RequestBody @Validated LineParam reportParam){
|
||||
public HttpResult<Boolean> batchReport(@RequestBody LineParam reportParam){
|
||||
String methodDescribe = getMethodDescribe("batchReport");
|
||||
reportService.batchReport(reportParam);
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -49,13 +49,14 @@ liteflow:
|
||||
logging:
|
||||
config: http://@nacos.url@/nacos/v1/cs/configs?tenant=@nacos.namespace@&group=DEFAULT_GROUP&dataId=logback.xml
|
||||
level:
|
||||
root: info
|
||||
root: error
|
||||
|
||||
|
||||
##mybatis配置信息
|
||||
mybatis-plus:
|
||||
#别名扫描
|
||||
type-aliases-package: com.njcn.prepare.harmonic.pojo
|
||||
|
||||
global-config:
|
||||
enable-sql-runner: true
|
||||
mqtt:
|
||||
client-id: @artifactId@${random.value}
|
||||
|
||||
Reference in New Issue
Block a user