配置修改

This commit is contained in:
2026-04-17 19:52:24 +08:00
parent ab728b861a
commit 534f5b0dfe
4 changed files with 30 additions and 1 deletions

View File

@ -112,6 +112,10 @@ class DistributionLogic extends Logic
{
Db::startTrans();
try {
$result = DistributionMemberApply::where('user_id', $post['user_id'])->find();
if($result != null){
return true;
}
// $user_msg = User::where('id', $user_id)->find();
$time = time();
$data = [