商品名称

This commit is contained in:
2025-11-25 16:59:56 +08:00
parent c5597a39dc
commit 0642f09549

View File

@@ -23,7 +23,7 @@
AND `order`.trade_day = #{day}
AND `order`.paid_time IS NOT NULL
<if test="productName != null and productName != ''">
AND detail.name LIKE CONCAT('%',#{productName},'%')
AND detail.product_name LIKE CONCAT('%',#{productName},'%')
</if>
GROUP BY prodId
</select>
@@ -85,7 +85,7 @@
AND `order`.trade_day = #{day}
AND `order`.paid_time IS NOT NULL
<if test="productName != null and productName != ''">
AND detail.name LIKE CONCAT('%',#{productName},'%')
AND detail.product_name LIKE CONCAT('%',#{productName},'%')
</if>
</select>
<select id="summaryCountSingleDate" resultType="com.czg.order.vo.SaleSummaryCountVo">