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/e3478b13033287c0094316f4c481687a6194f4aa?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
pg_adapter
20918 9 months ago
parent ba0282804d
commit e3478b1303

@ -27,7 +27,7 @@
<result property="mentsTime" column="ments_time" jdbcType="TIMESTAMP"/> <result property="mentsTime" column="ments_time" jdbcType="TIMESTAMP"/>
<result property="usageUser" column="usage_user" jdbcType="VARCHAR"/> <result property="usageUser" column="usage_user" jdbcType="VARCHAR"/>
<result property="saveLocation" column="save_location" jdbcType="VARCHAR"/> <result property="saveLocation" column="save_location" jdbcType="VARCHAR"/>
<result property="locationRequire" column="location_ require" jdbcType="VARCHAR"/> <result property="locationRequire" column="location_require" jdbcType="VARCHAR"/>
<result property="maintainDepart" column="maintain_depart" jdbcType="VARCHAR"/> <result property="maintainDepart" column="maintain_depart" jdbcType="VARCHAR"/>
<result property="maintainUser" column="maintain_user" jdbcType="VARCHAR"/> <result property="maintainUser" column="maintain_user" jdbcType="VARCHAR"/>
<result property="maintainDate" column="maintain_date" jdbcType="TIMESTAMP"/> <result property="maintainDate" column="maintain_date" jdbcType="TIMESTAMP"/>
@ -51,7 +51,7 @@
Issuing_unit,Issuing_time,Issuing_user, Issuing_unit,Issuing_time,Issuing_user,
delivery_method,carrier_vehicle,ments_use, delivery_method,carrier_vehicle,ments_use,
ments_time,usage_user,save_location, ments_time,usage_user,save_location,
location_ require,maintain_depart,maintain_user, location_require,maintain_depart,maintain_user,
maintain_date,destory_depart,destory_user, maintain_date,destory_depart,destory_user,
destory_date,destory_manner,status, destory_date,destory_manner,status,
create_by,create_time,update_by, create_by,create_time,update_by,

Loading…
Cancel
Save