hjg
2023-10-08 a966b5abe5fb804464fe1cd09053a03fe94877fd
JavaSource/com/mandi/fendan/mapper/xmls/Fd_XSTDMapper.xml
@@ -99,9 +99,11 @@
      </if>
      <if test="fdAdmin != null and fdAdmin != '' "> <!-- 在车辆分单页面时 -->
      and (
         (a.td_wfdsl=0 and exists (select 1 from fd_xstdmx tdmx where tdmx.tdmx_tdls = a.td_tdls and
         tdmx.tdmx_gbbz=0 and exists(select 1 from bussinesssheet bs where bussinessNo=tdmx.tdmx_fdywbh
         and cardno is not null and cardno!='') )
         (a.td_wfdsl=0 and exists
            (
            select 1 from fd_xstdmx tdmx where tdmx.tdmx_tdls = a.td_tdls and tdmx.tdmx_gbbz=0 and exists
               (select 1 from bussinesssheet bs where bussinessNo=tdmx.tdmx_fdywbh and cardno is not null and cardno!='' and sstatus='在办')
            )
         )  <!-- 全部分单,则车辆有未发卡显示 -->
         or a.td_wfdsl &gt; 0  <!-- 有未分单显示 -->
      )