save( array('isdefault' => 0) ); } if (!empty($data['id'])) { M('lionfish_comshop_shipping')->where( array('id' => $data['id'] ) )->save( $ins_data ); } else { $id = M('lionfish_comshop_shipping')->add( $ins_data ); } } } ?>