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>