From b5691b067aac4287cd03f17428fe1a85729e694b Mon Sep 17 00:00:00 2001 From: yefei Date: Mon, 27 Mar 2023 14:41:04 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=8F=91=E7=A5=A8=E7=BB=BC=E5=90=88?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=20=E5=A2=9E=E5=8A=A0=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=92=8C=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/CustomsMapper.xml | 4 ++ .../controller/SDNYMainProcessController.java | 11 ++--- .../com/dxhy/erp/entity/sdny/SNSAPObject.java | 2 +- .../dxhy/extend/model/ExtBbfpzhcxRespVO.java | 6 +++ .../main/resources/mapper/CustomsMapper.xml | 4 ++ .../main/resources/mapper/ExtBbfpzhMapper.xml | 44 ++++++++++++++++++- 6 files changed, 63 insertions(+), 8 deletions(-) diff --git a/dxhy-core/src/main/resources/mapper/CustomsMapper.xml b/dxhy-core/src/main/resources/mapper/CustomsMapper.xml index 51229f09..258f61ac 100644 --- a/dxhy-core/src/main/resources/mapper/CustomsMapper.xml +++ b/dxhy-core/src/main/resources/mapper/CustomsMapper.xml @@ -29,6 +29,10 @@ + + + + @@ -387,6 +415,18 @@ and t.in_account_status = #{inAccountStatus} + + and t.sn_voucher_number = #{snVoucherNumber} + + + and t.postingTime = #{postingTime} + + + and t.image_id = #{imageId} + + + and t.account_period = #{accountPeriod} +