后管页面新增 停车平台配置

This commit is contained in:
Lemon
2023-08-25 15:50:23 +08:00
parent cb79523b8b
commit c08c4f4a95
10 changed files with 173 additions and 13 deletions

View File

@@ -187,4 +187,10 @@
del_flag = #{delFlag,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}
</update>
<select id="selectInfoList" resultMap="BaseResultMap">
select
<include refid="Base_Column_List"/>
from thirdparty_parking_config
</select>
</mapper>