Commit d9aaff3c authored by lixuan's avatar lixuan

feat: 需求

parent 22de4f3a
Pipeline #146938 failed with stages
in 0 seconds
......@@ -894,7 +894,7 @@
COUNT(*) AS count
FROM
house_resource
<where>
WHERE delete_flag = 0
<if test="query.two != null and query.two != ''">
AND two = #{query.two}
</if>
......@@ -910,7 +910,6 @@
<if test="query.createTimeEnd != null">
AND create_time <![CDATA[ <= ]]> #{query.createTimeEnd}
</if>
</where>
GROUP BY
type
</select>
......@@ -921,7 +920,7 @@
COUNT(*) AS count
FROM
house_resource
<where>
WHERE delete_flag = 0
<if test="query.two != null and query.two != ''">
AND two = #{query.two}
</if>
......@@ -937,7 +936,6 @@
<if test="query.updateTimeEnd != null">
AND update_time <![CDATA[ <= ]]> #{query.updateTimeEnd}
</if>
</where>
GROUP BY
type
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment