|
|
|
@ -704,6 +704,10 @@ class MarketPercentageController extends ThinkController
|
|
|
|
|
->where(['time'=>strtotime($data['timestart'])])
|
|
|
|
|
->find();
|
|
|
|
|
|
|
|
|
|
M("tax_radio","tab_")
|
|
|
|
|
->where(['time'=>['gt',strtotime($data['timestart'])]])
|
|
|
|
|
->delete();
|
|
|
|
|
|
|
|
|
|
if ($is_hav) {
|
|
|
|
|
$is_save = M("tax_radio","tab_")
|
|
|
|
|
->where(['time'=>strtotime($data['timestart'])])
|
|
|
|
|