|
@@ -157,8 +157,8 @@
|
|
|
<if test="isDeliverGoods !=null and isDeliverGoods !=''">
|
|
|
AND sales_shipping_status = #{isDeliverGoods}
|
|
|
</if>
|
|
|
- <if test="storeName !=null and storeName !=''">
|
|
|
- AND sales_store_id = #{storeName}
|
|
|
+ <if test="salesStoreId !=null and salesStoreId !=''">
|
|
|
+ AND sales_store_id = #{salesStoreId}
|
|
|
</if>
|
|
|
<if test="salesId !=null">
|
|
|
o.sales_id like CONCAT('%',#{salesId},'%')
|