|
@@ -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>
|
|
<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
|
|
group by
|
|
b.yclx
|
|
b.yclx
|
|
- )
|
|
|
|
|
|
+ ) a
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getBarData" resultType="cn.com.victorysoft.business.cyyzs.entity.FailureReason">
|
|
<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="jh != null and jh != ''"> and jh = #{jh}</if>
|
|
<if test="rq != null and rq != ''"> and to_char(rq, 'yyyy-mm-dd') = #{rq}</if>
|
|
<if test="rq != null and rq != ''"> and to_char(rq, 'yyyy-mm-dd') = #{rq}</if>
|
|
</select>
|
|
</select>
|
|
-</mapper>
|
|
|
|
|
|
+</mapper>
|