...
|
...
|
@@ -1436,7 +1436,7 @@ class SecondController extends RestBaseController |
|
|
*/
|
|
|
public function changeClockMission(){
|
|
|
$yesterday=date("Y-m-d", strtotime("-1 day"));
|
|
|
dump($yesterday);
|
|
|
// dump($yesterday);
|
|
|
$map['date']=['<=',$yesterday];
|
|
|
$map['status']=['in','0,1'];
|
|
|
$update['status']=3;
|
...
|
...
|
|