|
@@ -836,7 +836,7 @@
|
|
AND DATEDIFF(MAX(cto.end_time_),NOW()) < 0
|
|
AND DATEDIFF(MAX(cto.end_time_),NOW()) < 0
|
|
</if>
|
|
</if>
|
|
<if test="hasMember == 1">
|
|
<if test="hasMember == 1">
|
|
- AND DATEDIFF(MAX(cto.end_time_),NOW()) <= #{memberEndAutoQuitMusic} AND DATEDIFF(NOW(),MAX(cto.end_time_)) >= 0
|
|
|
|
|
|
+ AND DATEDIFF(MAX(cto.end_time_),NOW()) <= #{memberEndAutoQuitMusic} AND DATEDIFF(MAX(cto.end_time_),NOW()) >= 0
|
|
</if>
|
|
</if>
|
|
</if>) c
|
|
</if>) c
|
|
</select>
|
|
</select>
|