Auction에서 구형 Ymd his 변경

This commit is contained in:
2018-09-16 04:41:00 +09:00
parent 029a6f03b7
commit 447b9f265f
+1 -1
View File
@@ -153,7 +153,7 @@ function processAuction() {
$alllog = [];
$history = [];
$date = date("Y-m-d H:i:s");
$date = TimeUtil::now();
$admin = $gameStor->getValues(['year', 'month']);