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