|
@ -312,6 +312,7 @@ |
|
|
<if test = 'type == "year"' >and YEAR(w.create_time) =DATE_FORMAT(#{createTime},'%Y')</if> |
|
|
<if test = 'type == "year"' >and YEAR(w.create_time) =DATE_FORMAT(#{createTime},'%Y')</if> |
|
|
AND w.direction = #{direction}) sectionNumber FROM dc_stake_mark AS m |
|
|
AND w.direction = #{direction}) sectionNumber FROM dc_stake_mark AS m |
|
|
WHERE m.section_id = #{sectionId} |
|
|
WHERE m.section_id = #{sectionId} |
|
|
|
|
|
HAVING sectionNumber!=0 |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|