|
|
@@ -227,7 +227,8 @@ public class UpdateDataTableController extends GenericProvider {
|
|
|
apiResult.setMessage(e.getMessage());
|
|
|
return apiResult;
|
|
|
}
|
|
|
- if (BeanUtils.isEmpty(tableName) || Collections.isEmpty(updList) ) {
|
|
|
+ //if (BeanUtils.isEmpty(tableName) || Collections.isEmpty(updList) ) {
|
|
|
+ if (BeanUtils.isEmpty(tableName)) {//updList 应该允许为空,高宗林20250515增加了不允许为空的控制,现在去掉
|
|
|
apiResult.setState(StateEnum.ERROR.getCode());
|
|
|
apiResult.setMessage("注意:所有参数均不能为空");
|
|
|
return apiResult;
|