Explorar o código

修复uid可能传参为None问题

locky %!s(int64=3) %!d(string=hai) anos
pai
achega
a8d5dade0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/OrderContrller.py

+ 1 - 1
Controller/OrderContrller.py

@@ -129,7 +129,7 @@ class OrderView(View):
                     d['Type'] = did['Type']
                     # 如果存在序列号返回完整序列号
                     if did['serial_number']:
-                        d['UID'] = CommonService.get_full_serial_number(uid, did['serial_number'], did['Type'])
+                        d['UID'] = CommonService.get_full_serial_number(d['UID'], did['serial_number'], did['Type'])
                     data.append(d)
             d['rank__content'] = d['rank__lang__content']
             del d['rank__lang__content']