فهرست منبع

付款管理列表服务内容查询

LiFei 3 سال پیش
والد
کامیت
b155369865

+ 1 - 1
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwpayment/mapper/xml/HlwPaymentMapper.xml

@@ -437,7 +437,7 @@
 				</choose>
 			</if>
 			<if test="hlwPayment.invoiceCategoryName != null and hlwPayment.invoiceCategoryName !=''">
-				and hi.invoice_category_name like concat('%',#{hlwPayment.invoiceCategoryName},'%')
+				and concat('*',hi.invoice_category_name,'*',hi.tax_category_name) like concat('%',#{hlwPayment.invoiceCategoryName},'%')
 			</if>
 			<if test="hlwPayment.requirementCode != null and hlwPayment.requirementCode !=''">
 				and hr.requirement_code like concat('%',#{hlwPayment.requirementCode},'%')