|
|
@@ -282,9 +282,9 @@ class Aatest extends Start_Controller {
|
|
|
private function _tbuni(){
|
|
|
echo "<pre>";
|
|
|
$fdata = $this->fullorder->find_all("express = 81 and librarytime >= 1761580800 and librarytime <= 1764172800 and state = 207 and shop < 10");
|
|
|
- print_r(count($fdata));
|
|
|
+
|
|
|
foreach($fdata as $k => $v){
|
|
|
- var_dump($v['number']);
|
|
|
+ $this->fullorder->save(array('state'=>216),$v['id']);
|
|
|
}
|
|
|
|
|
|
die;
|