|
@ -230,7 +230,7 @@ public class FeedbackService extends BaseService {
|
|
|
params.add(new BasicNameValuePair("remark", "感谢你的意见"));
|
|
|
SimpleDateFormat formatDate = new SimpleDateFormat("yyyy年MM月dd日 HH:mm");
|
|
|
String newDate = formatDate.format(new Date());
|
|
|
String keywords = patientName + "," + typeName + "," + result + "," + newDate;
|
|
|
String keywords = newDate + "," + result;
|
|
|
params.add(new BasicNameValuePair("keywords", keywords));
|
|
|
|
|
|
HttpClientUtil.post(url, params, "UTF-8");
|