From 9607100a284ae522485b7d527c5cf0ddfce2faf0 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Sat, 22 Apr 2023 15:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mapper=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/bb/impl/ExtYcfpcxServiceImpl.java | 7 ++++- .../mapper/SignRecordInvoiceMapper.xml | 28 ++++++++++++++++--- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/dxhy-extend/src/main/java/com/dxhy/extend/service/bb/impl/ExtYcfpcxServiceImpl.java b/dxhy-extend/src/main/java/com/dxhy/extend/service/bb/impl/ExtYcfpcxServiceImpl.java index 085cd500..92a103e9 100644 --- a/dxhy-extend/src/main/java/com/dxhy/extend/service/bb/impl/ExtYcfpcxServiceImpl.java +++ b/dxhy-extend/src/main/java/com/dxhy/extend/service/bb/impl/ExtYcfpcxServiceImpl.java @@ -5,6 +5,7 @@ import java.util.Map; import javax.annotation.Resource; +import com.alibaba.fastjson.JSONArray; import org.springframework.stereotype.Service; import com.alibaba.fastjson.JSONObject; @@ -53,7 +54,11 @@ public class ExtYcfpcxServiceImpl extends MpBaseServiceImpl and t.invoice_no = #{invoiceNo} - + and t.invoice_source = #{invoiceSource} @@ -58,18 +58,38 @@ + + + + + + + + + + + + + + + + +