|
@@ -308,9 +308,9 @@ public class EvaluateResultServiceImpl extends MPJBaseServiceImpl<EvaluateResult
|
|
|
return "该评价已失效!";
|
|
return "该评价已失效!";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if(mobileResultPageVo.getEvaluateStatus() == 2){
|
|
|
|
|
- return "已经评价,请勿重复评价";
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if(mobileResultPageVo.getEvaluateStatus() == 2){
|
|
|
|
|
+// return "已经评价,请勿重复评价";
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
if(dto.getSubmitType() != null && dto.getSubmitType() == 2){
|
|
if(dto.getSubmitType() != null && dto.getSubmitType() == 2){
|
|
|
//评价结果保存
|
|
//评价结果保存
|