浏览代码

Merge branch 'dev'

master
父节点
当前提交
5aae49e16a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      common/models/Subscription.php

+ 2
- 1
common/models/Subscription.php 查看文件

@@ -261,7 +261,8 @@ class Subscription extends ActiveRecordCommon
public static function addAll($date, $force = false)
{
$distribution = Distribution::searchOne([
'date' => date('Y-m-d', strtotime($date))
'date' => date('Y-m-d', strtotime($date)),
'id_producer' => Producer::getId(),
]) ;

if ($distribution) {

正在加载...
取消
保存