rabin 7 years ago
parent
commit
d679bd398f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      model/device_mul_queue.py

+ 1 - 1
model/device_mul_queue.py

@@ -21,6 +21,6 @@ class Device_mul_queue(Model):
 	oper = Fields(type='varchar(500)', comment='操作说明')
 	state = Fields(type='boolean', default='True', comment='数据存在状态')
 	cdate = Fields(type='int', default='time', comment='创建时间')
-	inorder = Fields(type='int', default='0', comment='设备的排序', match='number|排序必须是数字')
+	inorder = Fields(type='int', default='0', comment='设备的排序')
 
 	#ALTER TABLE device_mul_queue ADD inorder int default 100;