From f020cbe9adec258f87abeff1db59abf203e2eced Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 6 Jul 2024 11:57:56 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml index da69303a2..9cd14234b 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillAjustApplyMapper.xml @@ -65,7 +65,7 @@ del_flag='0' and id = #{id} and ( FIND_IN_SET(`bill_code`,#{billCode}) or bill_code like concat('%', #{billCode}, '%') ) - and apply_type = #{applyType} + and FIND_IN_SET(`apply_type`,#{applyType}) and apply_man_code = #{applyManCode} and apply_site_code = #{applySiteCode} and apply_finance_center_code = #{applyFinanceCenterCode}