update 注入器 insert 增加 update 字段处理
This commit is contained in:
parent
253f28bb2b
commit
6a66aaff47
@ -32,6 +32,7 @@ public class CreateAndUpdateMetaObjectHandler implements MetaObjectHandler {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new CustomException("自动注入异常 => " + e.getMessage(), HttpStatus.HTTP_UNAUTHORIZED);
|
throw new CustomException("自动注入异常 => " + e.getMessage(), HttpStatus.HTTP_UNAUTHORIZED);
|
||||||
}
|
}
|
||||||
|
updateFill(metaObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user