|
@@ -113,9 +113,9 @@ public class QualityFeedbackLogic {
|
|
|
if (StringUtils.isBlank(bean.getTitle())) {
|
|
|
throw new RemoteServiceException("反馈主题不能为空");
|
|
|
}
|
|
|
- if (StringUtils.isBlank(bean.getOrderNo())) {
|
|
|
- throw new RemoteServiceException("云售后4.0工单号不能为空");
|
|
|
- }
|
|
|
+// if (StringUtils.isBlank(bean.getOrderNo())) {
|
|
|
+// throw new RemoteServiceException("云售后4.0工单号不能为空");
|
|
|
+// }
|
|
|
if (StringUtils.isBlank(bean.getWorkerName())) {
|
|
|
throw new RemoteServiceException("工程师名称不能为空");
|
|
|
}
|