|
|
@@ -128,6 +128,11 @@ namespace Learun.Application.WebApi |
|
|
|
string keyValue = this.GetReqData(); |
|
|
|
//repairreportStudentIBLL.ModifyStatus(keyValue, 1,""); |
|
|
|
|
|
|
|
int existcount = repairreportStudentIBLL.Waitevaluatecount(); |
|
|
|
if (existcount > 0) |
|
|
|
{ |
|
|
|
return Fail("您有待评价的保修单,请评价后在提交!"); |
|
|
|
} |
|
|
|
//修改状态 |
|
|
|
repairreportStudentIBLL.ModifyStatus(keyValue, 1, ""); |
|
|
|
|
|
|
|