LEFT JOIN logpm_basicdata_store_contact lbsc on lbsc.id = lbss.forwarding_unit
<where>
<where>
lbss.is_deleted = 0
lbss.is_deleted = 0
<iftest="param.shopIds != null and param.shopIds != null"> and lbss.shop_id = #{param.shopIds} </if>
<iftest="param.clientId != null and param.clientId != null"> and lbss.clinet_id = #{param.clientId} </if>
<iftest="param.distinguish != null and param.distinguish != null"> and lbss.distinguish = #{param.distinguish} </if>
<iftest="param.serveWarehouseId != null and param.serveWarehouseId != null"> and lbss.serve_warehouse_id = #{param.serveWarehouseId} </if>
<iftest="param.forwardingUnit != null and param.forwardingUnit != null"> and lbsc.linkman like concat('%',#{param.forwardingUnit} ,'%') </if>
<iftest="param.sendWarehouseId != null and param.sendWarehouseId != null"> and lbss.send_warehouse_id = #{param.sendWarehouseId} </if>
<iftest="param.warehouseService != null and param.warehouseService != null"> and lbss.warehouse_service like concat('%',#{param.warehouseService},'%') </if>
<iftest="param.serveWarehouseName != null and param.serveWarehouseName != null"> and lbss.serve_warehouse_name like concat('%',#{param.serveWarehouseName} ,'%') </if>
<iftest="param.sendWarehouseId != null and param.sendWarehouseId != null"> and lbss.send_warehouse_name like concat('%',#{param.sendWarehouseName} ,'%') </if>