商品名称
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user