From 82ffe5fb8a534b0eb1e06d529c1adbfcca63a0c8 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Mon, 31 Mar 2025 11:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E7=AB=99=E7=82=B9id=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=88=A0=E9=99=A4=E5=88=86=E6=B6=A6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-admin/src/test/resources/payment_ids | 51 ++++++++++++++----- .../mapper/pile/StationSplitConfigMapper.xml | 4 +- 2 files changed, 41 insertions(+), 14 deletions(-) diff --git a/jsowell-admin/src/test/resources/payment_ids b/jsowell-admin/src/test/resources/payment_ids index fb28fba23..f8f11eff0 100644 --- a/jsowell-admin/src/test/resources/payment_ids +++ b/jsowell-admin/src/test/resources/payment_ids @@ -1,12 +1,39 @@ -002212025032702002610751031028362461184 -002212025032702493310751043387936989184 -002212025032703081410751048091593838592 -002212025032703413010751056460857569280 -002212025032703484110751058268876623872 -002212025032704363310751070317842239488 -002212025032704511810751074028695818240 -002212025032708465310751133314607992832 -002212025032709130110751139891089428480 -002212025032716381310751251930162126848 -002212025032717403110751267608651599872 -002212025032718403310751282716859928576 +002212025032707395010751116440759939072 +002212025032707495010751118955641921536 +002212025032707525410751119730954821632 +002212025032707541910751120083419492352 +002212025032708085010751123737666105344 +002212025032708103910751124196842721280 +002212025032708292210751128908041502720 +002212025032709073810751138536998817792 +002212025032709110410751139399103102976 +002212025032710370110751161028935651328 +002212025032805525510751451920944320512 +002212025032807022110751469395711340544 +002212025032807063810751470474940833792 +002212025032807180010751473334800060416 +002212025032807291410751476160502665216 +002212025032807330210751477118775635968 +002212025032807343110751477488698494976 +002212025032807351210751477663967571968 +002212025032807351410751477670158258176 +002212025032807382710751478482001956864 +002212025032807393110751478749735866368 +002212025032807415110751479337035993088 +002212025032807434910751479829592985600 +002212025032807445610751480111090843648 +002212025032807451510751480193108127744 +002212025032807461310751480436532678656 +002212025032807515410751481866872635392 +002212025032807542710751482506644000768 +002212025032807561710751482967493152768 +002212025032808030310751484671458373632 +002212025032808451010751495270955724800 +002212025032809471210751510882628132864 +002212025032810291910751521478707752960 +002212025032813124910751562628508397568 +002212025032815131910751592952094711808 +002212025032816151410751608533932281856 +002212025033007104710752196294741315584 +002212025033011185110752258722946600960 +002212025033011393810752263951839178752 diff --git a/jsowell-pile/src/main/resources/mapper/pile/StationSplitConfigMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/StationSplitConfigMapper.xml index cc467688a..d049a129d 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/StationSplitConfigMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/StationSplitConfigMapper.xml @@ -51,7 +51,7 @@ update station_split_config set del_flag = '1', update_by = #{updateBy}, update_time = #{updateTime} where del_flag = '0' - and merchant_id = #{merchantId} + # and merchant_id = #{merchantId} and station_id = #{stationId} - \ No newline at end of file +