修改文件访问路径
This commit is contained in:
parent
ac9e66d055
commit
951cee1cda
|
|
@ -73,7 +73,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<select id="getProductOnCz" resultType="java.lang.Integer">
|
||||
select count(1)
|
||||
from tb_promotion_material_product
|
||||
where product_id=#{id} and del_flag=0
|
||||
where product_id=#{id}
|
||||
|
||||
</select>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue