|
|
@@ -579,7 +579,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
so.store_id in (select store_id from fs_store where delivery_type=2 or delivery_type=1)
|
|
|
)
|
|
|
and (so.extend_order_id is null or so.extend_order_id like '')
|
|
|
- and (fuic.doctor_type2_confirm = 1 or fuic.doctor_type2_confirm = null)
|
|
|
+ and (fuic.doctor_type2_confirm = 1 or fuic.doctor_type2_confirm IS null)
|
|
|
</if>
|
|
|
<if test="maps.status == 7">
|
|
|
and so.`status`= 2
|
|
|
@@ -796,7 +796,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
so.store_id in (select store_id from fs_store where delivery_type=2 or delivery_type=1)
|
|
|
)
|
|
|
and (so.extend_order_id is null or so.extend_order_id like '')
|
|
|
- and (fuic.doctor_type2_confirm = 1 or fuic.doctor_type2_confirm = null)
|
|
|
+ and (fuic.doctor_type2_confirm = 1 or fuic.doctor_type2_confirm IS null)
|
|
|
</if>
|
|
|
<if test="maps.status == 7">
|
|
|
and so.`status`= 2
|