| | |
| | | and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0") |
| | | </if> |
| | | <if test="starTime != null and starTime != '' "> |
| | | and creation_time BETWEEN #{starTime} AND #{endTime} |
| | | and create_at BETWEEN #{starTime} AND #{endTime} |
| | | </if> |
| | | </select> |
| | | |
| | |
| | | and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0") |
| | | </if> |
| | | <if test="starTime != null and starTime != '' "> |
| | | and creation_time BETWEEN #{starTime} AND #{endTime} |
| | | and create_at BETWEEN #{starTime} AND #{endTime} |
| | | </if> |
| | | </select> |
| | | |