超市优化

This commit is contained in:
zengtao01
2024-11-15 13:55:59 +08:00
parent 23d10238a1
commit 83fad8c3bd

View File

@ -66,7 +66,8 @@
where DATE_FORMAT(md.create_time, '%Y%m%d') between #{startTime} and #{endTime} and mo.carteen_id = #{carteenId}
and md.deleted = false
and mo.deleted = false
group by md.goods_name, md.custom_price;
AND mo.status != 3
group by md.goods_name, md.custom_price
</select>
</mapper>