select
bankcardid,
bankname,
case
when isdefault=0 then '否'
when isdefault=1 then '是'
end as isdefault
from u_bankcard
where memberid=1001

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-15
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-12-14
  • 2022-01-01
相关资源
相似解决方案