|
@@ -972,5 +972,20 @@ return array
|
|
'type' => 'one',
|
|
'type' => 'one',
|
|
'col' => 'sum(card_code_cash) as total',
|
|
'col' => 'sum(card_code_cash) as total',
|
|
),
|
|
),
|
|
|
|
+
|
|
|
|
+ 'getCardAlls' => array
|
|
|
|
+ (
|
|
|
|
+ # 匹配的正则或函数 选填项
|
|
|
|
+ 'option' => array
|
|
|
|
+ (
|
|
|
|
+ 'start' => array('yes-cdate', '>='),
|
|
|
|
+ 'end' => array('yes-cdate', '<='),
|
|
|
|
+ 'card_code_id' => 'yes',
|
|
|
|
+ // 'status' => array('yes', 'in'),
|
|
|
|
+ 'state' => 1,
|
|
|
|
+ ),
|
|
|
|
+ 'type' => 'one',
|
|
|
|
+ 'col' => 'sum(card_code_cash) as total',
|
|
|
|
+ ),
|
|
),
|
|
),
|
|
);
|
|
);
|