|
|
@ -74,6 +74,7 @@ public class CustomerService {
|
|
|
|
* @param type
|
|
|
|
* @param type
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
|
|
|
|
@Deprecated
|
|
|
|
public void customerVipRelation(String openId,String name,String phone,String desc,String mail,long type){
|
|
|
|
public void customerVipRelation(String openId,String name,String phone,String desc,String mail,long type){
|
|
|
|
OpCustomer opCustomer = new OpCustomer(type,name,phone,desc,mail,new Date(),new Date());
|
|
|
|
OpCustomer opCustomer = new OpCustomer(type,name,phone,desc,mail,new Date(),new Date());
|
|
|
|
QueryWrapper<OpVip> wrapper = new QueryWrapper<>();
|
|
|
|
QueryWrapper<OpVip> wrapper = new QueryWrapper<>();
|
|
|
|