Project

General

Profile

Actions

Non-Function #190

closed

[ADMIN] 스토리 오더 상품 데이터

Added by Jisoo Choi 10 months ago. Updated 10 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
11/27/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

 

 

 

스토리 오더 관리 > 상품 관리에서 KRS 상품 정보를 가져올 때 

DEL_YN이 Y인 데이터는 아예 가져오지 않도록 처리 부탁드립니다.

 

(DEL_YN은 전문점 상품에만 있지만 우리 쪽에서는 상품 테이블이 동일하다고 하셨고,

delete 값이기 때문에 편의점, 전문점 동일하게 DEL_YN이 Y면 가져오지 않도록 처리하려고 합니다.)

Actions #1

Updated by Jisoo Choi 10 months ago

 

DEL_YN 건 코레일유통 답변

[스토리 오더 관리 - 주문 관리]에서 남는 상품 데이터 이력은 유지
[스토리 오더 관리 - 상품 관리]에서 상품 데이터로는 갖고 있지 않도록 처리

N에서 Y로 바뀔 경우를 문의했는데, 
Y에서 N으로 돌아가는 경우도 있다고 합니다.

Actions #2

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to Toby Pham

[ADMIN] Scheduler > schedulerKRSSaleitem
[ADMIN] 스토리 오더 관리 > 상품 관리(/storeProduct) > 전문점 KRS 수동 업데이트 (saleitem KRS manual update)

1.Logic (change)
  1) SELECT KRS DB (VI_APP_SALEITEM_STORY)
    - DEL_YN (add)
  2) if DEL_YN = 'Y'
      a) if the product was alredy registered into DB(st_product)
          a-1) check if the product exists on DB (st_order_product)
              - if YES, SKIP
              - else, DELETE st_product (with the product_code)
      b) else, SKIP (don't inser/update)
 3) else (DEL_YN='N')
    - same as current

Actions #3

Updated by Toby Pham 10 months ago

  • Status changed from New to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #4

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to Jisoo Choi
Actions #5

Updated by Jisoo Choi 10 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF