作者 lishaoshuai
1 个管道 的构建 通过 耗费 3 秒

更新 ShareController.php

... ... @@ -344,7 +344,7 @@ class ShareController extends RestBaseController
if ($info['id'] == $this->userId) {
$this->error(['code'=>'40010','msg'=>'已关注过该名片']);
}
$money = round($info['money']/$info['num'],1);
$money = round($info['money']/$info['num'],2);
Db::startTrans();
if ($info['id'] == $data['user_id']) {
$res1 = true;
... ...