update 注入器 insert 增加 update 字段处理

This commit is contained in:
疯狂的狮子li 2021-08-11 16:47:38 +08:00
parent 253f28bb2b
commit 6a66aaff47
1 changed files with 1 additions and 0 deletions

View File

@ -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