代码更新

This commit is contained in:
ludj
2023-01-31 19:56:49 +08:00
parent b750f18f02
commit c73e27a3c6
5 changed files with 18 additions and 11 deletions

View File

@@ -258,7 +258,7 @@ public class WP implements Serializable,Cloneable{
if(null!=o){
this.IN.put("输入对象."+name, value);
}else{
log.error("IO输入参数没有找到对应的属性对象IO no Param "+name);
log.warn("IO输入参数没有找到对应的属性对象IO no Param "+name);
}
}
}