guoshilong
2023-06-20 335ed68a9de05da5a073cfa259c453eba304e91b
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/mapper/AttResFlseLimMapper.xml
@@ -18,4 +18,18 @@
        WHERE "res_guid" = #{attResFlseLim.resGuid} and "flood_season_name" = #{type}
    </update>
    <insert id="addAttResFlseLim">
        insert into "att_res_flse_lim"("guid", "tb_flse_lim_stag", "tb_flood_season_start", "tb_flood_season_end", "create_time",
                                         "update_time", "update_by", "res_guid", "flood_season_name")
        VALUES (rawtohex(sys_guid()),
                #{attResFlseLim.tbFlseLimStag},
                #{attResFlseLim.tbFloodSeasonStart},
                #{attResFlseLim.tbFloodSeasonEnd},
                #{attResFlseLim.updateTime},
                #{attResFlseLim.updateTime},
                #{attResFlseLim.updateBy},
                #{attResFlseLim.resGuid},
                #{type})
    </insert>
</mapper>