@Select("select ifnull(sum(balance_rmb),0) from dc_inventory_balance where statistical_time = #{lastDay} and hq_type<>'FBA仓' and hq_type<>'耗材仓' and is_transfer=0")
@Select("select ifnull(sum(balance_rmb),0) from dc_inventory_balance where statistical_time = #{lastDay} and hq_type<>'FBA仓' and hq_type<>'耗材仓' and is_transfer=0 and warehouse_code not in ('BLDYYMS','BLRUIYUN','BLTEST')")