update 订单汇总信息权限校验

This commit is contained in:
Lemon
2023-08-23 10:59:22 +08:00
parent 544319bf95
commit 791fee3e24
6 changed files with 53 additions and 4 deletions

View File

@@ -407,4 +407,13 @@
where
id = #{stationId,jdbcType=VARCHAR}
</update>
<select id="getIdsByDeptId" resultType="java.lang.String">
select
id
from
pile_station_info
where
dept_id = #{deptId,jdbcType=VARCHAR}
</select>
</mapper>