Commit dd8a0e80 by 杨树贤

修复账号

parent b121ac0b
Showing with 8 additions and 0 deletions
......@@ -623,4 +623,12 @@ class DataService
}
public static function repairAccount()
{
SupplierAccountModel::where('a_status', 0)->where('id', '!=', 1284)
->update([
'a_status' => 1
]);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment