Commit d9aaff3c authored by lixuan's avatar lixuan

feat: 需求

parent 22de4f3a
Pipeline #146938 failed with stages
in 0 seconds
...@@ -894,7 +894,7 @@ ...@@ -894,7 +894,7 @@
COUNT(*) AS count COUNT(*) AS count
FROM FROM
house_resource house_resource
<where> WHERE delete_flag = 0
<if test="query.two != null and query.two != ''"> <if test="query.two != null and query.two != ''">
AND two = #{query.two} AND two = #{query.two}
</if> </if>
...@@ -910,7 +910,6 @@ ...@@ -910,7 +910,6 @@
<if test="query.createTimeEnd != null"> <if test="query.createTimeEnd != null">
AND create_time <![CDATA[ <= ]]> #{query.createTimeEnd} AND create_time <![CDATA[ <= ]]> #{query.createTimeEnd}
</if> </if>
</where>
GROUP BY GROUP BY
type type
</select> </select>
...@@ -921,7 +920,7 @@ ...@@ -921,7 +920,7 @@
COUNT(*) AS count COUNT(*) AS count
FROM FROM
house_resource house_resource
<where> WHERE delete_flag = 0
<if test="query.two != null and query.two != ''"> <if test="query.two != null and query.two != ''">
AND two = #{query.two} AND two = #{query.two}
</if> </if>
...@@ -937,7 +936,6 @@ ...@@ -937,7 +936,6 @@
<if test="query.updateTimeEnd != null"> <if test="query.updateTimeEnd != null">
AND update_time <![CDATA[ <= ]]> #{query.updateTimeEnd} AND update_time <![CDATA[ <= ]]> #{query.updateTimeEnd}
</if> </if>
</where>
GROUP BY GROUP BY
type type
</select> </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