更新委托详情
This commit is contained in:
parent
ed15096735
commit
7b2932318f
@ -800,7 +800,7 @@ class Community extends BaseController
|
|||||||
*/
|
*/
|
||||||
public function entrustDetail($id)
|
public function entrustDetail($id)
|
||||||
{
|
{
|
||||||
$communityInfo = Db::name('community')->where('community_id', $id)->where('is_del', 0)->field(['community_id', 'title', 'image', 'content', 'uid', 'mer_status', 'entrust_mer_id', 'entrust_start_date'])->find();
|
$communityInfo = Db::name('community')->where('community_id', $id)->where('is_del', 0)->field(['community_id', 'title', 'image', 'content', 'uid', 'mer_status', 'entrust_mer_id', 'entrust_start_date', 'entrust_finish', 'entrust_finish_refusal'])->find();
|
||||||
if (!$communityInfo) {
|
if (!$communityInfo) {
|
||||||
return app('json')->fail('委托商品不存在');
|
return app('json')->fail('委托商品不存在');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user