diff --git a/src/main/java/com/sipai/mapper/scada/MPointExpandMapper.xml b/src/main/java/com/sipai/mapper/scada/MPointExpandMapper.xml index c9cb0be8..6b433682 100644 --- a/src/main/java/com/sipai/mapper/scada/MPointExpandMapper.xml +++ b/src/main/java/com/sipai/mapper/scada/MPointExpandMapper.xml @@ -22,17 +22,14 @@ where id = #{id,jdbcType=VARCHAR} - insert into TB_MeasurePoint_Expand (id, insdt, insuser, + insert into TB_MeasurePoint_Expand (insdt, insuser, measure_point_id, explain) - values (#{id,jdbcType=VARCHAR}, #{insdt,jdbcType=TIMESTAMP}, #{insuser,jdbcType=VARCHAR}, + values (#{insdt,jdbcType=TIMESTAMP}, #{insuser,jdbcType=VARCHAR}, #{measurePointId,jdbcType=VARCHAR}, #{explain,jdbcType=VARCHAR}) insert into TB_MeasurePoint_Expand - - id, - insdt, @@ -47,9 +44,6 @@ - - #{id,jdbcType=VARCHAR}, - #{insdt,jdbcType=TIMESTAMP},