|
|
|
|
@ -121,6 +121,9 @@ public class ComplaintCollectionAddRequest implements ParamChecked {
|
|
|
|
|
if (StrUtil.isAllBlank(sourceTable, sourceTableSubOne)) { |
|
|
|
|
throw new IllegalArgumentException("来源不能为空"); |
|
|
|
|
} |
|
|
|
|
if (!"leader_explain".equals(sourceTable) && StrUtil.isBlank(originId)){ |
|
|
|
|
throw new IllegalArgumentException("领导交办之外的类型,编号必填!"); |
|
|
|
|
} |
|
|
|
|
if (ObjectUtil.isNull(discoveryTime)) { |
|
|
|
|
throw new IllegalArgumentException("受理时间不能为空"); |
|
|
|
|
} |
|
|
|
|
|