@ -6,6 +6,10 @@ spring:
username: root
password: 123456
type: com.alibaba.druid.pool.DruidDataSource
servlet:
multipart:
# 指定自定义上传目录
location: http://47.96.238.157/usr/local/home/manager/temp/
#spring:
# # 数据源配置
# datasource:
@ -176,7 +176,7 @@
select
<include refid="Base_Column_List"/>
from terminals
where line_id = #{lineid} and tower_id = #{towerid} and status = #{status} limit 1;
where line_id = #{lineid} and tower_id = #{towerid} and status = #{status}
</select>
<select id="selectByTowerId" resultMap="BaseResultMap">