select * from dc_base_purchase_inbound where status = 1 and update_time >= #{startTime} and update_time <= #{endTime} limit #{pageIndex}, #{pageSize}
select * from dc_base_purchase_inbound where status = 1 and count > 0 and update_time >= #{startTime} and update_time <= #{endTime} limit #{pageIndex}, #{pageSize}
select * from dc_base_transfer_complete where deleted = 0 and create_time >= #{startTime} and create_time <= #{endTime} limit #{pageIndex}, #{pageSize}
select * from dc_base_transfer_complete where deleted = 0 and count > 0 and create_time >= #{startTime} and create_time <= #{endTime} limit #{pageIndex}, #{pageSize}