where( ['goods_id' => $goods_id ] )->find(); if( empty($record) ) { //添加记录 $ins_data['addtime'] = time(); M('lionfish_comshop_goods_presale')->add( $ins_data ); }else{ //修改记录 M('lionfish_comshop_goods_presale')->where(['id' => $record['id']])->save( $ins_data ); } } } ?>