|
@@ -29,9 +29,9 @@ class GlobalController extends Controller
|
|
|
|
|
|
|
|
//库存预警每天下午3点通知一次
|
|
//库存预警每天下午3点通知一次
|
|
|
$hour = date("Hi");
|
|
$hour = date("Hi");
|
|
|
- //if ($hour == '1500') {
|
|
|
|
|
|
|
+ if ($hour == '1500') {
|
|
|
ProductClass::allShopStockWarningFromQueue();
|
|
ProductClass::allShopStockWarningFromQueue();
|
|
|
- //}
|
|
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
//每3分钟进行已完成支付订单处理:花材销量统计
|
|
//每3分钟进行已完成支付订单处理:花材销量统计
|
|
|
if ((int)date('i') % 3 == 0) {
|
|
if ((int)date('i') % 3 == 0) {
|