Kaynağa Gözat

开票列表

LiFei 3 yıl önce
ebeveyn
işleme
93f4156cd0

+ 1 - 0
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwsubcontractor/mapper/xml/HlwSubcontractorAccountFlowMapper.xml

@@ -356,6 +356,7 @@
         left join hlw_invoice hi on hi.id=a.invoice_id
         <where>
             a.type=0
+            and hp.application_id=#{applicationId}
             <if test="hlwSubcontractorAccountFlow.paymentCode != null and hlwSubcontractorAccountFlow.paymentCode !=''">
                 and hp.payment_code like concat(concat('%',#{hlwSubcontractorAccountFlow.paymentCode}),'%')
             </if>