update 分成功能

This commit is contained in:
Guoqs
2024-09-25 17:07:17 +08:00
parent 6733b2d94a
commit 050534263a
10 changed files with 403 additions and 7 deletions

View File

@@ -22,4 +22,11 @@
create_by, create_time, update_by, update_time, del_flag
</sql>
<select id="queryByStationId" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from station_split_config
where del_flag = '0'
and station_id = #{stationId}
</select>
</mapper>