...
|
...
|
@@ -6,6 +6,7 @@ import com.yoho.core.common.utils.DateUtil; |
|
|
import com.yoho.error.ServiceError;
|
|
|
import com.yoho.error.exception.ServiceException;
|
|
|
import com.yohoufo.user.dal.InBoxMapper;
|
|
|
import com.yohoufo.user.dal.enums.InboxBusinessTypeEnum;
|
|
|
import com.yohoufo.user.dal.enums.InboxTypeEnum;
|
|
|
import com.yohoufo.user.dal.model.InBox;
|
|
|
import com.yohoufo.user.dal.model.TypeCountInbox;
|
...
|
...
|
@@ -79,6 +80,7 @@ public class InBoxServiceImpl implements IInBoxService { |
|
|
|
|
|
@Override
|
|
|
public void addInbox(InboxReqVO reqVO) {
|
|
|
InboxBusinessTypeEnum businessTypeEnum = InboxBusinessTypeEnum
|
|
|
InBox inBox = new InBox();
|
|
|
inBox.setUid(reqVO.getUid());
|
|
|
inBox.setType(reqVO.getBusinessType());
|
...
|
...
|
|