|
|
@@ -14,12 +14,15 @@ import com.iformall.service.WxTopicService; |
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import com.iformall.common.ResultData; |
|
|
import com.iformall.common.ResultData; |
|
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
import java.util.Date; |
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @author luozukai ^_^ |
|
|
* @author luozukai ^_^ |
|
|
* @date 2019/3/28 17:02 |
|
|
* @date 2019/3/28 17:02 |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
@Service |
|
|
public class WxTopicServiceImpl implements WxTopicService { |
|
|
public class WxTopicServiceImpl implements WxTopicService { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private WxTopicMapper wxTopicMapper; |
|
|
private WxTopicMapper wxTopicMapper; |
|
|
|