fix: 82950 到账开票--项目名称查询结果不正确
This commit is contained in:
+2
-2
@@ -286,8 +286,8 @@
|
|||||||
<if test="payCommonProject.principalId != null and payCommonProject.principalId != ''">
|
<if test="payCommonProject.principalId != null and payCommonProject.principalId != ''">
|
||||||
AND ppc.pack_principal_id = #{payCommonProject.principalId}
|
AND ppc.pack_principal_id = #{payCommonProject.principalId}
|
||||||
</if>
|
</if>
|
||||||
<if test="payCommonProject.chargeCompanyTemporaryName != null and payCommonProject.chargeCompanyTemporaryName != ''">
|
<if test="payCommonProject.chargeProject != null and payCommonProject.chargeProject != ''">
|
||||||
AND ppc.company_temporary_name like concat('%',concat(#{payCommonProject.chargeCompanyTemporaryName},'%'))
|
AND ppc.company_temporary_name like concat('%',concat(#{payCommonProject.chargeProject},'%'))
|
||||||
</if>
|
</if>
|
||||||
<!-- 来款未开票 -->
|
<!-- 来款未开票 -->
|
||||||
<if test='paidInvoicStatus != null and paidInvoicStatus == "1"'>
|
<if test='paidInvoicStatus != null and paidInvoicStatus == "1"'>
|
||||||
|
|||||||
Reference in New Issue
Block a user