@@ -103,7 +103,7 @@
<if test="dwdm != null and dwdm != ''"> and a.dwdm in (select unitcode from sys_unitinfo start with unitcode = #{dwdm} connect by p_unitcode = prior unitcode) </if>
group by
b.yclx
- )
+ ) a
</select>
<select id="getBarData" resultType="cn.com.victorysoft.business.cyyzs.entity.FailureReason">
@@ -154,4 +154,4 @@
<if test="jh != null and jh != ''"> and jh = #{jh}</if>
<if test="rq != null and rq != ''"> and to_char(rq, 'yyyy-mm-dd') = #{rq}</if>
-</mapper>
+</mapper>