rabin 7 年之前
父节点
当前提交
d679bd398f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;