mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 14:05:04 +08:00
update 分成功能
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user