修改文件访问路径
This commit is contained in:
parent
ce9082e56f
commit
3d106a14d0
|
|
@ -113,7 +113,7 @@ public class SwaggerConfig
|
||||||
// 用ApiInfoBuilder进行定制
|
// 用ApiInfoBuilder进行定制
|
||||||
return new ApiInfoBuilder()
|
return new ApiInfoBuilder()
|
||||||
// 设置标题
|
// 设置标题
|
||||||
.title("标题:若依管理系统_接口文档")
|
.title("标题:博诺思_接口文档")
|
||||||
// 描述
|
// 描述
|
||||||
.description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...")
|
.description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...")
|
||||||
// 作者信息
|
// 作者信息
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<select id="getProductOnCz" resultType="java.lang.Integer">
|
<select id="getProductOnCz" resultType="java.lang.Integer">
|
||||||
select count(1)
|
select count(1)
|
||||||
from tb_promotion_material_product
|
from tb_promotion_material_product
|
||||||
where product_id=#{id}
|
where product_id=#{id} and del_flag=0
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue