作者 lyh

gx

... ... @@ -518,8 +518,6 @@ class ProductLogic extends BaseLogic
'created_uid'=>$this->user['id'],
'created_at'=>date('Y-m-d H:i:s'),
'updated_at'=>date('Y-m-d H:i:s'),
'six_read'=>$info['six_read'],
'is_upgrade'=>$info['is_upgrade']
];
if(isset($info['icon']) && !empty($info['icon'])){
foreach ($info['icon'] as $k1 => $v1){
... ...
... ... @@ -13,8 +13,6 @@ use Illuminate\Database\Eloquent\SoftDeletes;
*/
class Category extends Base
{
use SoftDeletes;
//设置关联表名
protected $table = 'gl_product_category';
//连接数据库
... ...