SELECT * FROM comp_data
select prod_name,prod_summary from product_m where prod_no = 'WDD0831200CA'
select * from kind where kind_no = '310'
➤品牌/商品➤美斯德國際股份有限公司 SELECT name FROM product_img WHERE prod_no='WDD0831200CA' order by id ASC limit 1
select * from comp_data
SELECT COUNT(*) AS rownum FROM blacklist where login_ip = '216.73.216.25' and login_ip != ''
select * from comp_data

首頁  | 登入帳號  
  1. 關於我們
      SELECT * FROM about_us where active = 1 and lang='ct' order by sort
  2. 品牌/商品
      select link_no,kind_name from kind_link l left join kind k on k.kind_no=l.link_no and k.active = '1' where level1=link_no and kind_name is not null order by sort,kind_name
    • 所有商品
  3. 最新活動
  4. 影片分享
  5. 經銷據點
  6. 合作申請
  7. 敷料訂購
  8. 聯絡我們
  9. 線上商城
關閉

帳 號
密 碼
驗證碼



SELECT * FROM ad where title='15' and status <>0 order by sort
品牌/商品
select open_not_mb from comp_data
select * from product_m where prod_no = 'WDD0831200CA' and ((prod_sell=1 and start_time_flag='0' and end_time_flag='0') or(prod_sell=1 and start_time_flag='1' and start_time<='1769702400' and end_time_flag=0) or(prod_sell=1 and start_time_flag='0' and end_time_flag='1' and end_time>='1769702400') or(prod_sell=1 and start_time_flag='1' and start_time<='1769702400' and end_time_flag='1' and end_time>='1769702400'))