客户扫码关联关系

master
Caps 6 years ago
parent 8935277b33
commit 897e900a4e

@ -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<>();

Loading…
Cancel
Save