|
|
@@ -27,6 +27,10 @@ class TestController extends Controller
|
|
|
//更新时间
|
|
|
public function actionExpendTime()
|
|
|
{
|
|
|
+ $sql = "UPDATE xhGhsCustom SET recentExpend='2024-02-01 01:01:00'";
|
|
|
+ Yii::$app->db->createCommand($sql)->execute();
|
|
|
+ $sql = "UPDATE xhGhs SET recentExpend='2024-02-01 01:01:00'";
|
|
|
+ Yii::$app->db->createCommand($sql)->execute();
|
|
|
$list = \bizGhs\order\classes\OrderClass::getAllByCondition(['payTime>' => '2024-04-01 23:35:00'], null, '*', 'payTime asc', true);
|
|
|
if (!empty($list)) {
|
|
|
foreach ($list as $info) {
|