sql问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
FROM
|
||||
`gb_order_detail` detail
|
||||
WHERE
|
||||
detail.shop_id = #{shopId}
|
||||
detail.shop_id = #{param.shopId}
|
||||
and detail.is_del = 0
|
||||
<if test="param.orderNo != null">
|
||||
and detail.order_no = #{param.orderNo}
|
||||
|
||||
Reference in New Issue
Block a user