Commit 8070a36c by jinfeng.wang

fix

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