Commit 97a34df1 by sunxin

工作台模型 sql语句大小写修改

parent 94ceb8ea
......@@ -832,7 +832,7 @@
</select>
<select id="getTotal" parameterType="com.ejweb.modules.workbench.Bean.WorkbenchBean" resultType="java.util.HashMap">
select report_source,COUNT(report_source)
select REPORT_SOURCE,COUNT(REPORT_SOURCE)
FROM ct_bbtc_report r
/* LEFT JOIN ct_bbtc_region CR
ON R.supplement_group = CR.supplement_group*/
......
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