Commit 8070a36c by jinfeng.wang

fix

parent b95a7401
...@@ -77,7 +77,7 @@ public class StorageController { ...@@ -77,7 +77,7 @@ public class StorageController {
model.addAttribute("styleCategory", JSONArray.fromObject(styleFeat)); model.addAttribute("styleCategory", JSONArray.fromObject(styleFeat));
List<Feat> themeFeat = featDao.firstList("04"); List<Feat> themeFeat = featDao.firstList("04");
model.addAttribute("themeCategory", JSONArray.fromObject(themeFeat)); model.addAttribute("themeCategory", JSONArray.fromObject(themeFeat));
return "result/edit"; return "storage/edit";
} }
@PostMapping("/save") @PostMapping("/save")
......
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