合并分支 'lyh-server' 到 'master'
gx 查看合并请求 !2217
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -76,6 +76,6 @@ class EnterpriseProductLogic extends BaseLogic | @@ -76,6 +76,6 @@ class EnterpriseProductLogic extends BaseLogic | ||
| 76 | $linkModel->insertAll($data); | 76 | $linkModel->insertAll($data); |
| 77 | } | 77 | } |
| 78 | DB::disconnect('custom_mysql'); | 78 | DB::disconnect('custom_mysql'); |
| 79 | - return $this->success(['success'=>'成功数量:'.is_numeric($count)-is_numeric($error_num),'error'=>'失败数量:'.$error_num]); | 79 | + return $this->success(['success'=>'总数量:'.is_numeric($count),'error'=>'失败数量:'.$error_num]); |
| 80 | } | 80 | } |
| 81 | } | 81 | } |
-
请 注册 或 登录 后发表评论