rabin 7 years ago
parent
commit
b674d8cd67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/record.py

+ 1 - 0
service/record.py

@@ -55,6 +55,7 @@ class Record(object):
 				#update
 				id = device['id']
 				value = Demeter.exp(device['exp'], value)
+				print value
 				model.update(value=value,status=True,cdate='time')
 				# 上下限判断
 				# 条件判断