作者 sgj
1 个管道 的构建 失败 耗费 5 秒

打卡操作

... ... @@ -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;
... ...