|
@@ -1019,6 +1019,10 @@ class Tool
|
|
$where['state'] = 1;
|
|
$where['state'] = 1;
|
|
$where['stype'] = 5;
|
|
$where['stype'] = 5;
|
|
$data = Dever::db('bill/sell')->select($where);
|
|
$data = Dever::db('bill/sell')->select($where);
|
|
|
|
+ $test = Dever::input('test');
|
|
|
|
+ if ($test == 1) {
|
|
|
|
+ print_r($data);die;
|
|
|
|
+ }
|
|
|
|
|
|
if ($data) {
|
|
if ($data) {
|
|
foreach ($data as $k => $v) {
|
|
foreach ($data as $k => $v) {
|