提交 08222439 authored 作者: 吴德鹏's avatar 吴德鹏

修改商品置顶bug

上级 f3bd3075
......@@ -106,11 +106,11 @@
</select>
<select id="minSort" resultType="int">
select min(sort) FROM tb_cf_station_item where item_top=1
select IFNULL(min(sort),0) FROM tb_cf_station_item where item_top=1
</select>
<select id="maxSort" resultType="int">
select max(sort) FROM tb_cf_station_item where item_top=1
select IFNULL(max(sort),0) FROM tb_cf_station_item where item_top=1
</select>
<select id="upSortItem" resultType="com.platform.entity.TbCfStationItemEntity">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论