|
|
@ -104,6 +104,13 @@ public class TagCustomerServiceImpl extends BaseServiceImpl<TagCustomerDao, TagC |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 校验此标签数据库是否存在 ? 不存在insert : 存在update useCount+1 ; 返回id |
|
|
|
* @param tagName |
|
|
|
* @param customerId |
|
|
|
* @param userId |
|
|
|
* @author zxc |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
public UpdateTagUseCountsResultDTO checkTagInfo(String tagName,String customerId,String userId) { |
|
|
|