@@ -45,6 +45,7 @@
count(1) as entryNum
from teacher t
<where>
+ t.entry_flag_ = 1
<if test="param.startTime !=null">
<![CDATA[AND t.entry_auth_date_ >= #{param.startTime} ]]>
</if>
@@ -75,6 +76,7 @@
count(1) as musicianNum
+ t.musician_flag_ = 1
<![CDATA[AND t.musician_date_ >= #{param.startTime} ]]>