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

Commit b7c5ef81 authored by zhengfuxin's avatar zhengfuxin

修改注释

parent 019cd14f
......@@ -36,10 +36,10 @@ public class GoblinFrontNavigationController extends BaseController {
* @Description: 添加金刚位
* @date 2021/12/28 上午11:22
*/
@PostMapping("create")
@ApiOperation(value = "增加金刚位")
@PostMapping("createOrUpdate")
@ApiOperation(value = "增加或者金刚位")
@ResponseBody
public AjaxResult create(@RequestBody List<GoblinFrontNavigationBuildParam> list) {
public AjaxResult createOrUpdate(@RequestBody List<GoblinFrontNavigationBuildParam> list) {
ArrayList<GoblinFrontNavigation> arrayList=new ArrayList();
for(GoblinFrontNavigationBuildParam goblinFrontNavigationBuildParam1:list){
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