Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/9bb2e2cd4e005294fe14e94e2f5991ad78d2be46?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

检查,资产,文件

master
20918 11 months ago
parent 0bff3f9950
commit 9bb2e2cd4e

@ -78,7 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectTdPropertyInfoByUseId" parameterType="String" resultMap="TdPropertyInfoResult">
<include refid="selectTdPropertyInfoVo"/>
where use_id = #{useId}
where use_id = #{id}
</select>
<insert id="insertTdPropertyInfo" parameterType="TdPropertyInfo">

Loading…
Cancel
Save