修改文件访问路径

This commit is contained in:
haozq 2025-09-23 11:27:34 +08:00
parent ac9e66d055
commit 951cee1cda
1 changed files with 1 additions and 1 deletions

View File

@ -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>