- DataTable idsDt = OtherMySqlConn.dtable("select Id from ConsumerOrders where CreateDate>=" + start + " and Version=0 order by Id limit 50");
+ DataTable idsDt = OtherMySqlConn.dtable("select Id from ConsumerOrders where CreateDate>='" + start + "' and Status>0 and Version=0 order by Id limit 50");