WANG 6 жил өмнө
parent
commit
ccbea7eb01

+ 1 - 1
examcloud-core-basic-service/src/main/java/cn/com/qmth/examcloud/core/basic/service/impl/SysConfigServiceImpl.java

@@ -114,7 +114,7 @@ public class SysConfigServiceImpl implements SysConfigService {
 			} else if ("false".equals(value)) {
 				return false;
 			} else {
-				throw new StatusException("B-350002", "value is wrong");
+				throw new StatusException("B-350002", "value is wrong. value=" + value);
 			}
 		} else {
 			throw new StatusException("B-350003", "dataType is undefined");