切换mysql为达梦数据库-代码审查

1.advanceboot模块
This commit is contained in:
2024-09-26 15:52:56 +08:00
parent c99b235d8f
commit 014b7c30cb
38 changed files with 573 additions and 3317 deletions

View File

@@ -41,11 +41,11 @@ public class AppInfoSetController extends BaseController {
private final IAppInfoSetService appInfoSetService;
@ApiIgnore
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
@PostMapping("/add")
@ApiOperation("新增用户消息推送配置")
@ApiImplicitParam(name = "appInfoSet", value = "参数实体", required = true)
@ApiIgnore
public HttpResult<String> add(@RequestBody AppInfoSet appInfoSet){
String methodDescribe = getMethodDescribe("add");
appInfoSetService.save(appInfoSet);