|
@@ -230,6 +230,7 @@
|
|
sc.type as customType,
|
|
sc.type as customType,
|
|
sc.id as customId,
|
|
sc.id as customId,
|
|
tbsi.service_id as serviceId,
|
|
tbsi.service_id as serviceId,
|
|
|
|
+ tbcd.course_name as courseName,
|
|
tbs.name as serviceName
|
|
tbs.name as serviceName
|
|
FROM t_b_sop_info tbsi
|
|
FROM t_b_sop_info tbsi
|
|
left join t_b_crm tbc on tbc.crm_no = tbsi.crm_no
|
|
left join t_b_crm tbc on tbc.crm_no = tbsi.crm_no
|
|
@@ -258,6 +259,7 @@
|
|
sc.type as customType,
|
|
sc.type as customType,
|
|
sc.id as customId,
|
|
sc.id as customId,
|
|
tbsi.service_id as serviceId,
|
|
tbsi.service_id as serviceId,
|
|
|
|
+ tbcd.course_name as courseName,
|
|
tbs.name as serviceName
|
|
tbs.name as serviceName
|
|
from t_b_sop_info tbsi
|
|
from t_b_sop_info tbsi
|
|
left join t_b_crm tbc on tbc.crm_no = tbsi.crm_no
|
|
left join t_b_crm tbc on tbc.crm_no = tbsi.crm_no
|