|
|
@@ -3,6 +3,7 @@ select * from ((SELECT
|
|
|
t5.contact,
|
|
|
t5.phonenumber,
|
|
|
t5.address,
|
|
|
+ case when ifnull(t6.cardno,'')='' then '未安装' else '已安装' end isinstalled,
|
|
|
t6.cardno,
|
|
|
t6.begdate,
|
|
|
t6.enddate,
|
|
|
@@ -39,6 +40,7 @@ select * from ((SELECT
|
|
|
t5.contact,
|
|
|
t5.phonenumber,
|
|
|
t5.address,
|
|
|
+ case when ifnull(t6.cardno,'')='' then '未安装' else '已安装' end isinstalled,
|
|
|
t6.cardno,
|
|
|
t6.begdate,
|
|
|
t6.enddate,
|