bug
This commit is contained in:
@@ -23,4 +23,11 @@ public class TaihuWelfareController {
|
||||
return taihuWelfareService.getTaihuWelfareArticleList(param);
|
||||
}
|
||||
|
||||
|
||||
public R getTaihuWelfareProductList(){
|
||||
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -8,7 +8,9 @@ import com.peanut.modules.common.dao.TaihuWelfareDao;
|
||||
import com.peanut.modules.common.entity.TaihuWelfareEntity;
|
||||
import com.peanut.modules.common.service.TaihuWelfareService;
|
||||
import com.peanut.modules.common.to.ParamTo;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service("commonTaihuWelfareService")
|
||||
public class TaihuWelfareServiceImpl extends ServiceImpl<TaihuWelfareDao, TaihuWelfareEntity> implements TaihuWelfareService {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user