根据站点id逻辑删除分润配置

This commit is contained in:
Guoqs
2025-03-31 11:52:40 +08:00
parent 63f8a2f561
commit 82ffe5fb8a
2 changed files with 41 additions and 14 deletions

View File

@@ -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}
</update>
</mapper>
</mapper>