From d4b336e53464532ec5abe7644e140b756f3e5c46 Mon Sep 17 00:00:00 2001 From: jeongcheewoo Date: Sun, 6 Feb 2022 20:53:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=96=EB=B3=91/=EB=AA=A8=EC=9C=A0=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bf_bottle/com.backoffice.m.bf_bottle.xml | 28 ++++++ .../views/ftl/m/bf_food/list_bf_bottle.ftl | 89 +++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 src/main/resources/sqlmap/m/bf_bottle/com.backoffice.m.bf_bottle.xml create mode 100644 src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_bottle.ftl diff --git a/src/main/resources/sqlmap/m/bf_bottle/com.backoffice.m.bf_bottle.xml b/src/main/resources/sqlmap/m/bf_bottle/com.backoffice.m.bf_bottle.xml new file mode 100644 index 0000000..21374cc --- /dev/null +++ b/src/main/resources/sqlmap/m/bf_bottle/com.backoffice.m.bf_bottle.xml @@ -0,0 +1,28 @@ + + + + + + INSERT tbl_cart + ( + reg_dt + ,member_id + ,title + ,di_no + ,dbi_no + ,dbc_no + ) VALUES ( + NOW() + ,#member_id# + ,#title# + ,#di_no# + ,#dbi_no# + ,#dbc_no# + ) + + + SELECT LAST_INSERT_ID(); + + + + diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_bottle.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_bottle.ftl new file mode 100644 index 0000000..6c00a62 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_bottle.ftl @@ -0,0 +1,89 @@ +<#include "/m/include/index_top.ftl"> + + + + + + + + + +
+ + +
+ +

모유/젖병

+
+
+
+ + + +
+ + +
+ +
+ 저장 +
+ +
+ +
+ + + + + + + + + +<#include "/m/include/index_bottom_menu.ftl"> + + +<#include "/m/bf_food/include_return_url.ftl"> + + +<#include "/m/include/index_bottom.ftl"> + + + + + + \ No newline at end of file