This commit is contained in:
yumoqing 2026-01-04 17:15:20 +08:00
parent 8ac33636b5
commit 7ced11b4a2

View File

@ -35,7 +35,7 @@ class ConsumeBiz(PFBiz):
return self.customerid
if role == 'reseller':
return self.resellerid
if role is 'provider':
if role == 'provider':
return self.providerid
if role is None or role == 'null':
return None