|
|
@@ -566,7 +566,7 @@ |
|
|
<if test="null != enddate"> |
|
|
<if test="null != enddate"> |
|
|
and `create_date` <= #{enddate} |
|
|
and `create_date` <= #{enddate} |
|
|
</if> |
|
|
</if> |
|
|
<if test="null != businessId"> |
|
|
|
|
|
|
|
|
<if test="null != businessId and businessId!=0"> |
|
|
and business_id = #{businessId} |
|
|
and business_id = #{businessId} |
|
|
</if> |
|
|
</if> |
|
|
</select> |
|
|
</select> |
|
|
@@ -589,7 +589,7 @@ |
|
|
<if test="floor!=null"> |
|
|
<if test="floor!=null"> |
|
|
and s.floor=#{floor} |
|
|
and s.floor=#{floor} |
|
|
</if> |
|
|
</if> |
|
|
<if test="businessId!=null"> |
|
|
|
|
|
|
|
|
<if test="businessId!=null and businessId!=0"> |
|
|
and s.business_id=#{businessId} |
|
|
and s.business_id=#{businessId} |
|
|
</if> |
|
|
</if> |
|
|
group by xTime |
|
|
group by xTime |
|
|
|