diff --git a/jsowell-pile/src/main/resources/mapper/pile/StationSplitConfigMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/StationSplitConfigMapper.xml index d049a129d..240418a2f 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 station_id = #{stationId}