xucaiqin 2 달 전
부모
커밋
68b6457bed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sckw-modules/sckw-contract/src/main/resources/mapper/KwcContractLogisticsMapper.xml

+ 1 - 1
sckw-modules/sckw-contract/src/main/resources/mapper/KwcContractLogisticsMapper.xml

@@ -242,7 +242,7 @@
                  LEFT JOIN kwc_contract_logistics_unit b ON a.id = b.contract_id and b.del_flag = 0 and b.unit_type = 3
         <where>
             a.del_flag = 0
-              and a.status = 1
+              and a.status = 0
             and a.transport_biz_type = 2
             and b.ent_id = #{entId}
             <if test="keyword != null and keyword != ''">