|
@@ -165,6 +165,15 @@ return array
|
|
|
'update' => 'text',
|
|
|
),
|
|
|
|
|
|
+ 'note' => array
|
|
|
+ (
|
|
|
+ 'type' => 'tinyint-1',
|
|
|
+ 'name' => '是否发送状态提醒-1未发送,2已发送',
|
|
|
+ 'default' => '1',
|
|
|
+ 'desc' => '请选择状态',
|
|
|
+ 'match' => 'is_numeric',
|
|
|
+ ),
|
|
|
+
|
|
|
'product_id' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
@@ -456,6 +465,8 @@ return array
|
|
|
(
|
|
|
'cdate' => array('yes', '>='),
|
|
|
'notice' => 'yes',
|
|
|
+ 'note' => 'yes',
|
|
|
+ 'type' => array('yes', 'in'),
|
|
|
'state' => 1,
|
|
|
),
|
|
|
'type' => 'all',
|