wangyong пре 2 година
родитељ
комит
afe8ab43da
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      vseaf4.4-cyyzs/src/main/resources/mapper/FailureReasonDao.xml

+ 2 - 2
vseaf4.4-cyyzs/src/main/resources/mapper/FailureReasonDao.xml

@@ -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>
     </select>
-</mapper>
+</mapper>