配置修改
This commit is contained in:
@ -114,6 +114,7 @@ class DistributionLogic extends Logic
|
|||||||
try {
|
try {
|
||||||
$result = DistributionMemberApply::where('user_id', $post['user_id'])->find();
|
$result = DistributionMemberApply::where('user_id', $post['user_id'])->find();
|
||||||
if($result != null){
|
if($result != null){
|
||||||
|
Db::commit();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// $user_msg = User::where('id', $user_id)->find();
|
// $user_msg = User::where('id', $user_id)->find();
|
||||||
|
|||||||
Reference in New Issue
Block a user