ansteel-biz/src/main/java/com/iailab/module/ansteel/api/controller/admin/PageParamController.java
@@ -36,11 +36,9 @@ } @PostMapping("/update-value") public CommonResult<Boolean> updateValue(@RequestBody List<PageParamValueReqVO> reqVOList) { log.info("updateValue,reqVOList={}", JSONArray.toJSONString(reqVOList)); for(PageParamValueReqVO reqVO : reqVOList) { pageParamService.updateValue(reqVO); } public CommonResult<Boolean> updateValue(@RequestBody PageParamValueReqVO reqVO) { log.info("updateValue,reqVO={}", JSONObject.toJSONString(reqVO)); pageParamService.updateValue(reqVO); return CommonResult.success(true); } } ansteel-biz/src/main/resources/application-dev.yaml
@@ -47,7 +47,7 @@ host: 127.0.0.1 port: 6379 database: 0 password: 123456 # password: 123456 cloud: nacos: server-addr: localhost:8848 # Nacos 服务器地址 @@ -80,5 +80,5 @@ client-id: ansteel #租户OAuth2客户端id client-secret: q3vY7K9PmFjW1xLbN6rTtZz2cV4B5sD0 #租户OAuth2客户端密钥 username: ansteel password: 123456 password: xY7^zW4.vU doc/鞍钢数据接口文档_master.docBinary files differ