|
|
@@ -5,7 +5,6 @@ import java.io.FileInputStream;
|
|
|
import java.io.IOException;
|
|
|
import java.io.InputStream;
|
|
|
import java.io.OutputStream;
|
|
|
-import java.util.Date;
|
|
|
import java.util.HashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
@@ -23,7 +22,6 @@ import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
-import org.springframework.web.servlet.ModelAndView;
|
|
|
|
|
|
import com.goafanti.achievement.service.AchievementService;
|
|
|
import com.goafanti.business.bo.JtBusinessProjectResult;
|
|
|
@@ -35,14 +33,11 @@ import com.goafanti.comment.service.CommentService;
|
|
|
import com.goafanti.common.bo.Result;
|
|
|
import com.goafanti.common.constant.ErrorConstants;
|
|
|
import com.goafanti.common.enums.UserType;
|
|
|
-import com.goafanti.common.model.DemandCollection;
|
|
|
import com.goafanti.common.model.JtBusinessProject;
|
|
|
-import com.goafanti.common.model.JtVoucherDetail;
|
|
|
import com.goafanti.common.model.User;
|
|
|
import com.goafanti.common.service.DistrictGlossoryService;
|
|
|
import com.goafanti.common.service.FieldGlossoryService;
|
|
|
import com.goafanti.common.service.IndustryCategoryService;
|
|
|
-import com.goafanti.common.utils.InvitationCodeUtils;
|
|
|
import com.goafanti.common.utils.LoggerUtils;
|
|
|
import com.goafanti.common.utils.MobileMessageUtils;
|
|
|
import com.goafanti.common.utils.PasswordUtil;
|
|
|
@@ -57,7 +52,6 @@ import com.goafanti.demand.service.DemandService;
|
|
|
import com.goafanti.portal.bo.AchievementObject;
|
|
|
import com.goafanti.user.service.UserIdentityService;
|
|
|
import com.goafanti.user.service.UserService;
|
|
|
-import com.goafanti.voucher.bo.JtVoucherDetailListBo;
|
|
|
import com.goafanti.voucher.bo.JtVoucherListBo;
|
|
|
import com.goafanti.voucher.service.VoucherDetailService;
|
|
|
import com.goafanti.voucher.service.VoucherService;
|