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

This commit is contained in:
Guoqs
2025-04-03 14:05:41 +08:00
parent 17713c4c52
commit a86ee0d870

View File

@@ -51,7 +51,7 @@
update station_split_config update station_split_config
set del_flag = '1', update_by = #{updateBy}, update_time = #{updateTime} set del_flag = '1', update_by = #{updateBy}, update_time = #{updateTime}
where del_flag = '0' where del_flag = '0'
# and merchant_id = #{merchantId} <!--and merchant_id = #{merchantId}-->
and station_id = #{stationId} and station_id = #{stationId}
</update> </update>
</mapper> </mapper>