|
@@ -419,7 +419,6 @@
|
|
|
LEFT JOIN tb_rst_cm_proc_method pm ON pm.proc_method_id = cr.proc_method_id
|
|
|
LEFT JOIN tb_rst_cm_proc_type pt ON pt.proc_type_id = pm.proc_type_id
|
|
|
<where>
|
|
|
- sales_status != 3
|
|
|
<if test="salesIsDownload !=null and salesIsDownload !=''">
|
|
|
AND sales_is_download = #{salesIsDownload}
|
|
|
</if>
|
|
@@ -1519,7 +1518,6 @@
|
|
|
GROUP BY xxsoi.sales_id
|
|
|
)xxnewsoi ON tt.sales_id = xxnewsoi.sales_id
|
|
|
<where>
|
|
|
- sales_status != 3
|
|
|
<if test="salesShippingStatus !=null">
|
|
|
AND tt.sales_shipping_status = #{salesShippingStatus}
|
|
|
</if>
|
|
@@ -1815,7 +1813,6 @@
|
|
|
LEFT JOIN tb_rst_cm_proc_method cpm ON cr.proc_method_id = cpm.proc_method_id
|
|
|
LEFT JOIN tb_rst_cm_proc_type cpt ON cpm.proc_type_id = cpt.proc_type_id
|
|
|
<where>
|
|
|
- sales_status != 3
|
|
|
<if test="isCustmerAddOrder !=null and isCustmerAddOrder == 2">
|
|
|
AND sales_batch_id != 'KS00000000000001'
|
|
|
</if>
|