|
|
|
@@ -546,9 +546,6 @@ |
|
|
|
|
|
|
|
<select id="getCountByWxShop" parameterType="com.iformall.domain.po.WxShop" resultType="Long"> |
|
|
|
select count(*) from wx_shop w where w.is_del=0 |
|
|
|
<if test=" null != tenantId "> |
|
|
|
and w.`tenant_id`= #{tenantId} |
|
|
|
</if> |
|
|
|
<if test="null != type"> |
|
|
|
and `type`=#{type} |
|
|
|
</if> |
|
|
|
@@ -562,10 +559,10 @@ |
|
|
|
and floor = #{floor} |
|
|
|
</if> |
|
|
|
<if test="null != startdate"> |
|
|
|
and ms.`create_date` >= #{startdate} |
|
|
|
and `create_date` >= #{startdate} |
|
|
|
</if> |
|
|
|
<if test="null != enddate"> |
|
|
|
and ms.`create_date` <= #{enddate} |
|
|
|
and `create_date` <= #{enddate} |
|
|
|
</if> |
|
|
|
</select> |
|
|
|
|
|
|
|
|