Commit 2226ba99 authored by 周健威's avatar 周健威

修改

parent 91ccc385
......@@ -110,7 +110,7 @@ public class Banner {
private Integer type;
/**
* 位置 banner位置0 所有 1:推荐 2:拍拍 3:短视频 4:问答
* 位置 banner位置0:所有 1:首页 2:房车主页 3:机车主页 4:游艇主页
*/
private Integer location;
......
......@@ -7,7 +7,7 @@
<insert id="addPlatCataList" parameterType="java.util.List">
insert into vehicle_plat_cata (
parent_id,name,icon,depict,rank,level,state,crt_time,upd_time,isMore,start_using
parent_id,name,icon,depict,rank,level,state,crt_time,upd_time,is_more,start_using
) VALUES
<foreach collection ="vpclist" item="vpc" index="index" separator =",">
<if test="vpc.state == 0" >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment