mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	去除用户手机邮箱部门必填验证
This commit is contained in:
		| @@ -877,7 +877,7 @@ public class ExcelUtil<T> | ||||
|      */ | ||||
|     private Object getValue(Object o, String name) throws Exception | ||||
|     { | ||||
|         if (StringUtils.isNotEmpty(name)) | ||||
|         if (StringUtils.isNotNull(o) && StringUtils.isNotEmpty(name)) | ||||
|         { | ||||
|             Class<?> clazz = o.getClass(); | ||||
|             Field field = clazz.getDeclaredField(name); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi