|
@ -9,6 +9,7 @@ import com.yihu.wlyy.repository.MessageDao;
|
|
import com.yihu.wlyy.repository.PatientDao;
|
|
import com.yihu.wlyy.repository.PatientDao;
|
|
import com.yihu.wlyy.repository.feedback.FeedbackDao;
|
|
import com.yihu.wlyy.repository.feedback.FeedbackDao;
|
|
import com.yihu.wlyy.service.BaseService;
|
|
import com.yihu.wlyy.service.BaseService;
|
|
|
|
import com.yihu.wlyy.util.DateUtil;
|
|
import com.yihu.wlyy.util.HttpClientUtil;
|
|
import com.yihu.wlyy.util.HttpClientUtil;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.http.NameValuePair;
|
|
import org.apache.http.NameValuePair;
|
|
@ -152,7 +153,7 @@ public class FeedbackService extends BaseService {
|
|
map.put("phone", feedback.getPhone());
|
|
map.put("phone", feedback.getPhone());
|
|
map.put("idcard", feedback.getIdcard());
|
|
map.put("idcard", feedback.getIdcard());
|
|
map.put("result", feedback.getResult());
|
|
map.put("result", feedback.getResult());
|
|
map.put("createTime", feedback.getCreateTime());
|
|
|
|
|
|
map.put("createTime", DateUtil.dateToStrLong(feedback.getCreateTime()));
|
|
map.put("description", description);
|
|
map.put("description", description);
|
|
map.put("images", images);
|
|
map.put("images", images);
|
|
map.put("imgUrlDomain", imgUrlDomain);
|
|
map.put("imgUrlDomain", imgUrlDomain);
|