|
@@ -561,6 +561,7 @@
|
|
|
LEFT JOIN sys_user su ON suca.user_id_=su.id_
|
|
|
WHERE
|
|
|
1=1
|
|
|
+ AND su.user_type_ LIKE '%STUDENT%'
|
|
|
# suca.course_balance_ >0
|
|
|
<if test="search!=null and search!=''">
|
|
|
AND (su.username_ LIKE CONCAT('%',#{search},'%') OR su.phone_ LIKE CONCAT('%',#{search},'%'))
|
|
@@ -576,6 +577,7 @@
|
|
|
LEFT JOIN sys_user su ON suca.user_id_=su.id_
|
|
|
WHERE
|
|
|
1=1
|
|
|
+ AND su.user_type_ LIKE '%STUDENT%'
|
|
|
# suca.course_balance_ >0
|
|
|
<if test="search!=null and search!=''">
|
|
|
AND (su.username_ LIKE CONCAT('%',#{search},'%') OR su.phone_ LIKE CONCAT('%',#{search},'%'))
|