Commit 551b9751 by mengxy

提交reportDao冲突部分代码

parent cede9b8f
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
<if test="dbName == 'mssql'">'%,'+#{id}+',%'</if> <if test="dbName == 'mssql'">'%,'+#{id}+',%'</if>
<if test="dbName == 'mysql'">CONCAT('%,', #{id}, ',%')</if> <if test="dbName == 'mysql'">CONCAT('%,', #{id}, ',%')</if>
</update> </update>
<select id="getReportStatus" parameterType="com.ejweb.modules.workbench.Bean.WorkbenchBean" resultType="java.util.HashMap"> <select id="getReportStatus" parameterType="com.ejweb.modules.workbench.Bean.WorkbenchBean" resultType="java.util.HashMap">
select report_status,COUNT(report_status) select report_status,COUNT(report_status)
FROM report FROM report
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
</if> </if>
GROUP BY supplement_type GROUP BY supplement_type
</select> </select>
<select id="getRepList" parameterType="com.ejweb.modules.workbench.Bean.WorkbenchBean" resultType="ReportEntity"> <select id="getRepList" parameterType="com.ejweb.modules.workbench.Bean.WorkbenchBean" resultType="ReportEntity">
SELECT SELECT
r.id AS "id", r.id AS "id",
......
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