Quellcode durchsuchen

Merge branch 'master' of http://112.172.147.34:4936/style24/style24.doc.git

gagamel vor 4 Jahren
Ursprung
Commit
344b40541b

BIN
산출물/2.분석/TSIT-A302-상품등록_업무흐름도_ISTYLE24(v0.1).pptx


BIN
산출물/3.설계/03.인터페이스/검색엔진/ST24_검색엔진연동(V0.13)-20210621.xlsx


BIN
산출물/3.설계/03.인터페이스/검색엔진/ST24_검색엔진연동(V0.14)-20210622.xlsx


BIN
산출물/3.설계/03.인터페이스/검색엔진/ST24_검색엔진연동(V0.15)-20210622.xlsx


+ 4 - 0
산출물/3.설계/05.DB-Object/06.DDL/table.sql

@@ -367,6 +367,8 @@ INSERT INTO TB_BATCH VALUES (TRIM('cron.goods.shop.stock.receive'), TRIM('ERP 
 INSERT INTO TB_BATCH VALUES (TRIM('cron.goods.wms.measurement.receive'), TRIM('WMS 실측사이즈 수신'), 'A', 'D', NULL, TRIM('/goods/wms/measurement/receive'), NULL, 'Y', 1, NOW(), 1, NOW());
 INSERT INTO TB_BATCH VALUES (TRIM('cron.goods.wms.brandprovider.send'), TRIM('WMS 업체/브랜드 송신'), 'A', 'D', NULL, TRIM('/goods/wms/brandprovider/send'), NULL, 'Y', 1, NOW(), 1, NOW());
 INSERT INTO TB_BATCH VALUES (TRIM('cron.goods.wms.goods.send'), TRIM('WMS 상품정보 송신'), 'A', 'D', NULL, TRIM('/goods/wms/goods/send'), NULL, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_BATCH VALUES (TRIM('cron.goods.search.all.create'), TRIM('상품 검색 - 전체색인'), 'A', 'D', NULL, TRIM('/goods/search/all/create'), NULL, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_BATCH VALUES (TRIM('cron.goods.search.section.create'), TRIM('상품 검색 - 부분색인'), 'A', 'H', NULL, TRIM('/goods//search/section/create'), NULL, 'Y', 1, NOW(), 1, NOW());
 INSERT INTO TB_BATCH VALUES (TRIM('cron.customer.dormant.create'), TRIM('휴면예정회원 생성'), 'D', 'D', NULL, TRIM('/customer/dormant/create'), NULL, 'Y', 1, NOW(), 1, NOW());
 INSERT INTO TB_BATCH VALUES (TRIM('cron.customer.dormant.transform'), TRIM('휴면회원 처리'), 'D', 'D', NULL, TRIM('/customer/dormant/transform'), NULL, 'Y', 1, NOW(), 1, NOW());
 INSERT INTO TB_BATCH VALUES (TRIM('cron.customer.secede.transform'), TRIM('탈퇴회원 처리'), 'D', 'D', NULL, TRIM('/customer/secede/transform'), NULL, 'Y', 1, NOW(), 1, NOW());
@@ -11459,7 +11461,9 @@ CREATE TABLE TB_ORDER_DETAIL_ITEM_HST (
   OPT_ADD_PRICE       INT               NOT NULL DEFAULT 0 COMMENT '옵션추가가격', -- 옵션추가가격
   DISP_ORD            SMALLINT UNSIGNED NOT NULL DEFAULT 1 COMMENT '표시순서', -- 표시순서
   ORD_AMT             INT               NOT NULL DEFAULT 0 COMMENT '단품주문금액( ((단품금액 + 옵션추가금액) * 상세주문수량) * 단품수량)', -- 단품주문금액
+  ORD_QTY             SMALLINT UNSIGNED NOT NULL DEFAULT 0 COMMENT '주문수량', -- 주문수량
   CNCL_RTN_AMT        INT               NOT NULL DEFAULT 0 COMMENT '단품취소금액( ((단품금액 + 옵션추가금액) * 상세취소수량) * 단품수량)', -- 단품취소금액
+  CNCL_RTN_QTY        SMALLINT UNSIGNED NOT NULL DEFAULT 0 COMMENT '취소반품수량', -- 취소반품수량
   CPN1_DC_AMT         INT               NOT NULL DEFAULT 0 COMMENT '단품 1차쿠폰 할인금액', -- 단품 1차쿠폰 할인금액
   TMTB1_DC_AMT        INT               NOT NULL DEFAULT 0 COMMENT '단품 다다익선 1차 할인금액', -- 단품 다다익선 1차 할인금액
   TMTB2_DC_AMT        INT               NOT NULL DEFAULT 0 COMMENT '단품 다다익선 2차 할인금액', -- 단품 다다익선 2차 할인금액

BIN
산출물/3.설계/ST24_TSIT-D202-프로그램목록(V3.8)-20210618.xlsx