sqg 3 лет назад
Родитель
Сommit
3f68d18bd6

+ 1 - 0
sc-service/src/main/resources/mapper/repayment/OwnRepaymentMapper.xml

@@ -35,6 +35,7 @@
             on i.zfi_core_id = y.scy_id
             where 1=1
             AND r.zfr_status in ('01','03')
+            AND p.zfp_type = '1'
             <if test="paramMap.supplierId != null  and paramMap.supplierId != ''">
                 and i.zfi_supplier_id = #{paramMap.supplierId}
             </if>