Commit 9eeaf4ab authored by shoei.kanno's avatar shoei.kanno

Merge branch '発表後修正' into 'master'

no-imag追加

See merge request !82
parents 6719145e 1aa64602
......@@ -109,6 +109,8 @@ public class ManagementController {
} catch (Exception e) {
System.out.println(e);
}
} else {
shoes.setPhoto("noimage.jpg");
}
shoes.setName(form.getName());
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