记得上下班打卡 | git大法好,push需谨慎

Commit b7c5ef81 authored by zhengfuxin's avatar zhengfuxin

修改注释

parent 019cd14f
...@@ -36,10 +36,10 @@ public class GoblinFrontNavigationController extends BaseController { ...@@ -36,10 +36,10 @@ public class GoblinFrontNavigationController extends BaseController {
* @Description: 添加金刚位 * @Description: 添加金刚位
* @date 2021/12/28 上午11:22 * @date 2021/12/28 上午11:22
*/ */
@PostMapping("create") @PostMapping("createOrUpdate")
@ApiOperation(value = "增加金刚位") @ApiOperation(value = "增加或者金刚位")
@ResponseBody @ResponseBody
public AjaxResult create(@RequestBody List<GoblinFrontNavigationBuildParam> list) { public AjaxResult createOrUpdate(@RequestBody List<GoblinFrontNavigationBuildParam> list) {
ArrayList<GoblinFrontNavigation> arrayList=new ArrayList(); ArrayList<GoblinFrontNavigation> arrayList=new ArrayList();
for(GoblinFrontNavigationBuildParam goblinFrontNavigationBuildParam1:list){ for(GoblinFrontNavigationBuildParam goblinFrontNavigationBuildParam1:list){
GoblinFrontNavigation goblinFrontNavigation=new GoblinFrontNavigation(); GoblinFrontNavigation goblinFrontNavigation=new GoblinFrontNavigation();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment