| | |
| | | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="cn.gistack.sm.sjztmd.mapper.AttResStagCharMapper"> |
| | | <update id="customizeUpdateByGuid"> |
| | | UPDATE "tb_res_stag_char" SET |
| | | UPDATE "att_res_stag_char" SET |
| | | <if test="attResStagChar.deadStag !=null and attResStagChar.deadStag != ''"> |
| | | "dead_stag" = #{attResStagChar.deadStag}, |
| | | </if> |
| | |
| | | </update> |
| | | |
| | | <select id="getByResGuid" resultType="cn.gistack.sm.sjztmd.entity.AttResStagChar"> |
| | | SELECT * FROM "SJZT_MD"."tb_res_stag_char" WHERE "res_guid" = #{resGuid} |
| | | SELECT * FROM "SJZT_MD"."att_res_stag_char" WHERE "res_guid" = #{resGuid} |
| | | </select> |
| | | </mapper> |