SELECT count(case when `status`=5 then 1 else null end) as countOk,
count(case when `status`=8 then 1 else null end) as countNo FROM mtl_order where store_id = 92

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
猜你喜欢
  • 2021-10-31
  • 2021-05-15
  • 2022-12-23
  • 2021-07-27
  • 2021-08-12
  • 2022-12-23
相关资源
相似解决方案