|
@@ -473,7 +473,7 @@ public class RestUtil {
|
|
|
log.info("controlRemark: " + controlRemark);
|
|
|
for (String key : infoValueSet.keySet()) {
|
|
|
Object infoValue = infoValueSet.get(key);
|
|
|
- if (infoValue == null || infoValue instanceof String) {
|
|
|
+ if (infoValue == null) {
|
|
|
throw new Exception();
|
|
|
}
|
|
|
}
|