This message was deleted.
# 03_도움-요청
s
This message was deleted.
u
추가로 관련 예제도 첨부해드립니다.
Copy code
flag:
  # 1. dropdown
  
  # dropdown:
  # - Y
  # - N
  # - S

  # 2. radio
  
  # radio:
  # - Y
  # - N
  # - S
  
  # radio:
  # - label: 재고있음
  #   value: Y
  # - label: 중단
  #   value: N
  # - label: 일시품절
  #   value: S
  
  # 3. radioButton
  # radioButtonGroup: true
  
  updateOptions:
    type: query
    resource: <http://mysql.qa|mysql.qa>
    sql: UPDATE properties_copy SET flag = :value WHERE id = :id
    log: true
    confirm: true
c
잘됩니당 ㅎㅎ