Commit 1aa64602 authored by shoei.kanno's avatar shoei.kanno

no-imag追加

parent a71348ea
...@@ -109,6 +109,8 @@ public class ManagementController { ...@@ -109,6 +109,8 @@ public class ManagementController {
} catch (Exception e) { } catch (Exception e) {
System.out.println(e); System.out.println(e);
} }
} else {
shoes.setPhoto("noimage.jpg");
} }
shoes.setName(form.getName()); shoes.setName(form.getName());
shoes.setPrice(form.getPrice()); shoes.setPrice(form.getPrice());
......
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