|
|
@@ -1243,7 +1243,7 @@
|
|
1243
|
1243
|
left join business_agent_storehouse store on store.storehouse_id = house.storehouse_id AND store.del_flag = 1
|
|
1244
|
1244
|
left join business_agent_depot depot on store.agent_depot_id = depot.id
|
|
1245
|
1245
|
left join org_info org on depot.org_id = org.org_id
|
|
1246
|
|
- WHERE 1=1
|
|
|
1246
|
+ WHERE 1=1 and house.datatype='0'
|
|
1247
|
1247
|
<if test="storehouseType != null">
|
|
1248
|
1248
|
AND house.storehouse_type = #{storehouseType}
|
|
1249
|
1249
|
</if>
|