diff --git a/platform-biz-service/src/main/resources/mainOrm/master/FolviteReceiveMapper.xml b/platform-biz-service/src/main/resources/mainOrm/master/FolviteReceiveMapper.xml index 377afaf..af8df49 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/FolviteReceiveMapper.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/FolviteReceiveMapper.xml @@ -13,35 +13,38 @@ + -INSERT INTO lyms_folvite_provide ( - id, - folvite_id, - receive_number, - receive_week, - highrisk, - provide_unit, - ISSUER, - receive_date, - creation_date, - modified, - isconceive +INSERT INTO lyms_folvite_provide( +id, +folvite_id, +receive_number, +receive_week, +highrisk, +provide_unit, +issuer, +receive_date, +creation_date, +modified, +isconceive, +hospitalid +) VALUES ( +#{id,jdbcType=VARCHAR}, +#{folviteId,jdbcType=VARCHAR}, +#{receiveNumber,jdbcType=INTEGER}, +#{receiveWeek,jdbcType=INTEGER}, +#{highrisk,jdbcType=VARCHAR}, +#{provideUnit,jdbcType=VARCHAR}, +#{issuer,jdbcType=VARCHAR}, +#{receiveDate,jdbcType=TIMESTAMP}, +#{creationDate,jdbcType=TIMESTAMP}, +#{modified,jdbcType=TIMESTAMP}, +#{isconceive,jdbcType=INTEGER}, +#{hospitalId,jdbcType=VARCHAR} ) -VALUES - ( - #{id,jdbcType=VARCHAR}, - #{folviteId,jdbcType=VARCHAR}, - #{receiveNumber,jdbcType=INTEGER}, - #{receiveWeek,jdbcType=INTEGER}, - #{highrisk,jdbcType=VARCHAR}, - #{provideUnit,jdbcType=VARCHAR}, - #{issuer,jdbcType=VARCHAR}, - #{receiveDate,jdbcType=TIMESTAMP}, - #{creationDate,jdbcType=TIMESTAMP}, - #{modified,jdbcType=TIMESTAMP}) - #{isconceive,jdbcType=INTEGER} +