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