Commit 8467c89c authored by 温志超's avatar 温志超

更新报错

parent b7946e2c
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
</select> </select>
<select id="getListByWorkunit" resultType="com.ximai.mes.report.response.FeedbackResponse"> <select id="getListByWorkunit" resultType="com.ximai.mes.report.response.FeedbackResponse">
select select
workunit.workunit_code, mw.workunit_code,
workunit.workunit_name, workunit.workunit_name,
sum(f.quantity) quantity, sum(f.quantity) quantity,
sum(f.quantity_qualify) quantity_qualify, sum(f.quantity_qualify) quantity_qualify,
...@@ -409,7 +409,7 @@ ...@@ -409,7 +409,7 @@
<if test="defectStatus != null">f.quantity_unqualify > 0 </if> <if test="defectStatus != null">f.quantity_unqualify > 0 </if>
</where> </where>
group by group by
workunit.workunit_code, mw.workunit_code,
workunit.workunit_name workunit.workunit_name
</select> </select>
<select id="getListByProcess" resultType="com.ximai.mes.report.response.FeedbackResponse"> <select id="getListByProcess" resultType="com.ximai.mes.report.response.FeedbackResponse">
......
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