超市优化
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user