| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="cn.com.goldenwater.dcproj.dao.BisInspHystCoMngInfoDao">
- <resultMap type="cn.com.goldenwater.dcproj.model.BisInspHystCoMngInfo" id="bisInspHystCoMngInfoResultMap">
- <result property="id" column="ID"/>
- <result property="rgstrId" column="RGSTR_ID"/>
- <result property="adCode" column="AD_CODE"/>
- <result property="adName" column="AD_NAME"/>
- <result property="swAerUnit" column="SW_AER_UNIT"/>
- <result property="swAerDorab" column="SW_AER_DORAB"/>
- <result property="hystNum" column="HYST_NUM"/>
- <result property="insCapTot" column="INS_CAP_TOT"/>
- <result property="psOsopIsEaa" column="PS_OSOP_IS_EAA"/>
- <result property="psCtcIsPotp" column="PS_CTC_IS_POTP"/>
- <result property="psCtcIsPotpToc" column="PS_CTC_IS_POTP_TOC"/>
- <result property="psIsItmboftip" column="PS_IS_ITMBOFTIP"/>
- <result property="aosnIsCa" column="AOSN_IS_CA"/>
- <result property="aosnIsPub" column="AOSN_IS_PUB"/>
- <result property="aosnIsTmr" column="AOSN_IS_TMR"/>
- <result property="soefIsAttrotptefmp" column="SOEF_IS_ATTROTPTEFMP"/>
- <result property="soefEfmpIsNml" column="SOEF_EFMP_IS_NML"/>
- <result property="soefIsAttrotptetfss" column="SOEF_IS_ATTROTPTETFSS"/>
- <result property="saiIsWcosairtr" column="SAI_IS_WCOSAIRTR"/>
- <result property="saiIsVopucapchbco" column="SAI_IS_VOPUCAPCHBCO"/>
- <result property="iotwsrsIsSbstitsotrpatmrp" column="IOTWSRS_IS_SBSTITSOTRPATMRP"/>
- <result property="iotwsrsPicIsPub" column="IOTWSRS_PIC_IS_PUB"/>
- <result property="iotwsrsAtcorpIsTa" column="IOTWSRS_ATCORP_IS_TA"/>
- <result property="iotwsrsIsArmtrptklRfcspghs" column="IOTWSRS_IS_ARMTRPTKL_RFCSPGHS"/>
- <result property="dsihtdtIsFasiwp" column="DSIHTDT_IS_FASIWP"/>
- <result property="dsihtdtIsArotcosihtd" column="DSIHTDT_IS_AROTCOSIHTD"/>
- <result property="dsihtdtIsOsisfcey" column="DSIHTDT_IS_OSISFCEY"/>
- <result property="dsihtdtIsPfdsiIrnstr" column="DSIHTDT_IS_PFDSI_IRNSTR"/>
- <result property="wsscIsOswsps" column="WSSC_IS_OSWSPS"/>
- <result property="wsscIsGpscosrsp" column="WSSC_IS_GPSCOSRSP"/>
- <result property="othIsIfssswe" column="OTH_IS_IFSSSWE"/>
- <result property="othIsOrtpsspspmp" column="OTH_IS_ORTPSSPSPMP"/>
- <result property="othIsCrrrhar" column="OTH_IS_CRRRHAR"/>
- <result property="pblmNt" column="PBLM_NT"/>
- <result property="note" column="NOTE"/>
- <result property="status" column="STATUS"/>
- <result property="persId" column="PERS_ID"/>
- <result property="intm" column="INTM"/>
- <result property="uptm" column="UPTM"/>
- <result property="psCtcCom" column="PS_CTC_COM"/>
- <result property="suggestion" column="SUGGESTION"/>
- </resultMap>
-
- <sql id="table_columns">
- SUGGESTION,
- PS_CTC_COM,
- ID,
- RGSTR_ID,
- AD_CODE,
- AD_NAME,
- SW_AER_UNIT,
- SW_AER_DORAB,
- HYST_NUM,
- INS_CAP_TOT,
- PS_OSOP_IS_EAA,
- PS_CTC_IS_POTP,
- PS_CTC_IS_POTP_TOC,
- PS_IS_ITMBOFTIP,
- AOSN_IS_CA,
- AOSN_IS_PUB,
- AOSN_IS_TMR,
- SOEF_IS_ATTROTPTEFMP,
- SOEF_EFMP_IS_NML,
- SOEF_IS_ATTROTPTETFSS,
- SAI_IS_WCOSAIRTR,
- SAI_IS_VOPUCAPCHBCO,
- IOTWSRS_IS_SBSTITSOTRPATMRP,
- IOTWSRS_PIC_IS_PUB,
- IOTWSRS_ATCORP_IS_TA,
- IOTWSRS_IS_ARMTRPTKL_RFCSPGHS,
- DSIHTDT_IS_FASIWP,
- DSIHTDT_IS_AROTCOSIHTD,
- DSIHTDT_IS_OSISFCEY,
- DSIHTDT_IS_PFDSI_IRNSTR,
- WSSC_IS_OSWSPS,
- WSSC_IS_GPSCOSRSP,
- OTH_IS_IFSSSWE,
- OTH_IS_ORTPSSPSPMP,
- OTH_IS_CRRRHAR,
- PBLM_NT,
- NOTE,
- STATUS,
- PERS_ID,
- INTM,
- UPTM
- </sql>
- <sql id="entity_properties">
- #{suggestion},
- #{psCtcCom},
- #{id},
- #{rgstrId},
- #{adCode},
- #{adName},
- #{swAerUnit},
- #{swAerDorab},
- #{hystNum},
- #{insCapTot},
- #{psOsopIsEaa},
- #{psCtcIsPotp},
- #{psCtcIsPotpToc},
- #{psIsItmboftip},
- #{aosnIsCa},
- #{aosnIsPub},
- #{aosnIsTmr},
- #{soefIsAttrotptefmp},
- #{soefEfmpIsNml},
- #{soefIsAttrotptetfss},
- #{saiIsWcosairtr},
- #{saiIsVopucapchbco},
- #{iotwsrsIsSbstitsotrpatmrp},
- #{iotwsrsPicIsPub},
- #{iotwsrsAtcorpIsTa},
- #{iotwsrsIsArmtrptklRfcspghs},
- #{dsihtdtIsFasiwp},
- #{dsihtdtIsArotcosihtd},
- #{dsihtdtIsOsisfcey},
- #{dsihtdtIsPfdsiIrnstr},
- #{wsscIsOswsps},
- #{wsscIsGpscosrsp},
- #{othIsIfssswe},
- #{othIsOrtpsspspmp},
- #{othIsCrrrhar},
- #{pblmNt},
- #{note},
- #{status},
- #{persId},
- #{intm},
- #{uptm}
- </sql>
- <!-- 使用like用法:columnName like concat('%',#columnName#,'%') -->
- <sql id="page_where">
- <trim prefix="where" prefixOverrides="and | or ">
- <if test="suggestion != null and suggestion != ''">and SUGGESTION = #{suggestion}</if>
- <if test="psCtcCom != null and psCtcCom != ''">and PS_CTC_COM = #{psCtcCom}</if>
- <if test="rgstrId != null and rgstrId != ''">and RGSTR_ID = #{rgstrId}</if>
- <if test="adCode != null and adCode != ''">and AD_CODE = #{adCode}</if>
- <if test="adName != null and adName != ''">and AD_NAME = #{adName}</if>
- <if test="swAerUnit != null and swAerUnit != ''">and SW_AER_UNIT = #{swAerUnit}</if>
- <if test="swAerDorab != null and swAerDorab != ''">and SW_AER_DORAB = #{swAerDorab}</if>
- <if test="hystNum != null and hystNum != ''">and HYST_NUM = #{hystNum}</if>
- <if test="insCapTot != null and insCapTot != ''">and INS_CAP_TOT = #{insCapTot}</if>
- <if test="psOsopIsEaa != null and psOsopIsEaa != ''">and PS_OSOP_IS_EAA = #{psOsopIsEaa}</if>
- <if test="psCtcIsPotp != null and psCtcIsPotp != ''">and PS_CTC_IS_POTP = #{psCtcIsPotp}</if>
- <if test="psCtcIsPotpToc != null and psCtcIsPotpToc != ''">and PS_CTC_IS_POTP_TOC = #{psCtcIsPotpToc}</if>
- <if test="psIsItmboftip != null and psIsItmboftip != ''">and PS_IS_ITMBOFTIP = #{psIsItmboftip}</if>
- <if test="aosnIsCa != null and aosnIsCa != ''">and AOSN_IS_CA = #{aosnIsCa}</if>
- <if test="aosnIsPub != null and aosnIsPub != ''">and AOSN_IS_PUB = #{aosnIsPub}</if>
- <if test="aosnIsTmr != null and aosnIsTmr != ''">and AOSN_IS_TMR = #{aosnIsTmr}</if>
- <if test="soefIsAttrotptefmp != null and soefIsAttrotptefmp != ''">and SOEF_IS_ATTROTPTEFMP = #{soefIsAttrotptefmp}</if>
- <if test="soefEfmpIsNml != null and soefEfmpIsNml != ''">and SOEF_EFMP_IS_NML = #{soefEfmpIsNml}</if>
- <if test="soefIsAttrotptetfss != null and soefIsAttrotptetfss != ''">and SOEF_IS_ATTROTPTETFSS = #{soefIsAttrotptetfss}</if>
- <if test="saiIsWcosairtr != null and saiIsWcosairtr != ''">and SAI_IS_WCOSAIRTR = #{saiIsWcosairtr}</if>
- <if test="saiIsVopucapchbco != null and saiIsVopucapchbco != ''">and SAI_IS_VOPUCAPCHBCO = #{saiIsVopucapchbco}</if>
- <if test="iotwsrsIsSbstitsotrpatmrp != null and iotwsrsIsSbstitsotrpatmrp != ''">and IOTWSRS_IS_SBSTITSOTRPATMRP = #{iotwsrsIsSbstitsotrpatmrp}</if>
- <if test="iotwsrsPicIsPub != null and iotwsrsPicIsPub != ''">and IOTWSRS_PIC_IS_PUB = #{iotwsrsPicIsPub}</if>
- <if test="iotwsrsAtcorpIsTa != null and iotwsrsAtcorpIsTa != ''">and IOTWSRS_ATCORP_IS_TA = #{iotwsrsAtcorpIsTa}</if>
- <if test="iotwsrsIsArmtrptklRfcspghs != null and iotwsrsIsArmtrptklRfcspghs != ''">and IOTWSRS_IS_ARMTRPTKL_RFCSPGHS = #{iotwsrsIsArmtrptklRfcspghs}</if>
- <if test="dsihtdtIsFasiwp != null and dsihtdtIsFasiwp != ''">and DSIHTDT_IS_FASIWP = #{dsihtdtIsFasiwp}</if>
- <if test="dsihtdtIsArotcosihtd != null and dsihtdtIsArotcosihtd != ''">and DSIHTDT_IS_AROTCOSIHTD = #{dsihtdtIsArotcosihtd}</if>
- <if test="dsihtdtIsOsisfcey != null and dsihtdtIsOsisfcey != ''">and DSIHTDT_IS_OSISFCEY = #{dsihtdtIsOsisfcey}</if>
- <if test="dsihtdtIsPfdsiIrnstr != null and dsihtdtIsPfdsiIrnstr != ''">and DSIHTDT_IS_PFDSI_IRNSTR = #{dsihtdtIsPfdsiIrnstr}</if>
- <if test="wsscIsOswsps != null and wsscIsOswsps != ''">and WSSC_IS_OSWSPS = #{wsscIsOswsps}</if>
- <if test="wsscIsGpscosrsp != null and wsscIsGpscosrsp != ''">and WSSC_IS_GPSCOSRSP = #{wsscIsGpscosrsp}</if>
- <if test="othIsIfssswe != null and othIsIfssswe != ''">and OTH_IS_IFSSSWE = #{othIsIfssswe}</if>
- <if test="othIsOrtpsspspmp != null and othIsOrtpsspspmp != ''">and OTH_IS_ORTPSSPSPMP = #{othIsOrtpsspspmp}</if>
- <if test="othIsCrrrhar != null and othIsCrrrhar != ''">and OTH_IS_CRRRHAR = #{othIsCrrrhar}</if>
- <if test="pblmNt != null and pblmNt != ''">and PBLM_NT = #{pblmNt}</if>
- <if test="note != null and note != ''">and NOTE = #{note}</if>
- <if test="status != null and status != ''">and STATUS = #{status}</if>
- <if test="persId != null and persId != ''">and PERS_ID = #{persId}</if>
- <if test="intm != null">and INTM = #{intm}</if>
- <if test="uptm != null">and UPTM = #{uptm}</if>
- </trim>
- </sql>
- <select id="get" resultMap="bisInspHystCoMngInfoResultMap" parameterType="String" >
- select <include refid="table_columns" /> from BIS_INSP_HYST_CO_MNG_INFO where ID = #{id}
- </select>
- <select id="getBy" resultMap="bisInspHystCoMngInfoResultMap">
- select <include refid="table_columns" /> from BIS_INSP_HYST_CO_MNG_INFO <include refid="page_where" />
- </select>
- <select id="findAll" resultMap="bisInspHystCoMngInfoResultMap">
- select <include refid="table_columns" /> from BIS_INSP_HYST_CO_MNG_INFO
- </select>
- <select id="findList" resultMap="bisInspHystCoMngInfoResultMap">
- select <include refid="table_columns" /> from BIS_INSP_HYST_CO_MNG_INFO <include refid="page_where" />
- </select>
- <select id="selectCount" resultType="int" >
- select count(ID) from BIS_INSP_HYST_CO_MNG_INFO <include refid="page_where" />
- </select>
- <insert id="insert" parameterType="cn.com.goldenwater.dcproj.model.BisInspHystCoMngInfo">
- insert into BIS_INSP_HYST_CO_MNG_INFO( <include refid="table_columns" /> )
- values ( <include refid="entity_properties" /> )
- </insert>
- <delete id="delete" parameterType="java.lang.String">
- delete from BIS_INSP_HYST_CO_MNG_INFO where ID = #{id}
- </delete>
- <delete id="deleteBy" parameterType="cn.com.goldenwater.dcproj.model.BisInspHystCoMngInfo">
- delete from BIS_INSP_HYST_CO_MNG_INFO <include refid="page_where" />
- </delete>
- <update id="deleteInFlag" parameterType="java.lang.String">
- update BIS_INSP_HYST_CO_MNG_INFO set flag_valid = 0 where ID = #{id}
- </update>
- <update id="update" parameterType="cn.com.goldenwater.dcproj.model.BisInspHystCoMngInfo">
- update BIS_INSP_HYST_CO_MNG_INFO
- <trim prefix="set" suffixOverrides=",">
- <if test="suggestion != null">SUGGESTION = #{suggestion},</if>
- <if test="psCtcCom != null">PS_CTC_COM = #{psCtcCom},</if>
- <if test="rgstrId != null and rgstrId != ''">RGSTR_ID = #{rgstrId},</if>
- <if test="adCode != null">AD_CODE = #{adCode},</if>
- <if test="adName != null">AD_NAME = #{adName},</if>
- <if test="swAerUnit != null">SW_AER_UNIT = #{swAerUnit},</if>
- <if test="swAerDorab != null">SW_AER_DORAB = #{swAerDorab},</if>
- <if test="hystNum != null">HYST_NUM = #{hystNum},</if>
- <if test="insCapTot != null">INS_CAP_TOT = #{insCapTot},</if>
- <if test="psOsopIsEaa != null">PS_OSOP_IS_EAA = #{psOsopIsEaa},</if>
- <if test="psCtcIsPotp != null">PS_CTC_IS_POTP = #{psCtcIsPotp},</if>
- <if test="psCtcIsPotpToc != null">PS_CTC_IS_POTP_TOC = #{psCtcIsPotpToc},</if>
- <if test="psIsItmboftip != null">PS_IS_ITMBOFTIP = #{psIsItmboftip},</if>
- <if test="aosnIsCa != null">AOSN_IS_CA = #{aosnIsCa},</if>
- <if test="aosnIsPub != null">AOSN_IS_PUB = #{aosnIsPub},</if>
- <if test="aosnIsTmr != null">AOSN_IS_TMR = #{aosnIsTmr},</if>
- <if test="soefIsAttrotptefmp != null">SOEF_IS_ATTROTPTEFMP = #{soefIsAttrotptefmp},</if>
- <if test="soefEfmpIsNml != null">SOEF_EFMP_IS_NML = #{soefEfmpIsNml},</if>
- <if test="soefIsAttrotptetfss != null">SOEF_IS_ATTROTPTETFSS = #{soefIsAttrotptetfss},</if>
- <if test="saiIsWcosairtr != null">SAI_IS_WCOSAIRTR = #{saiIsWcosairtr},</if>
- <if test="saiIsVopucapchbco != null">SAI_IS_VOPUCAPCHBCO = #{saiIsVopucapchbco},</if>
- <if test="iotwsrsIsSbstitsotrpatmrp != null">IOTWSRS_IS_SBSTITSOTRPATMRP = #{iotwsrsIsSbstitsotrpatmrp},</if>
- <if test="iotwsrsPicIsPub != null">IOTWSRS_PIC_IS_PUB = #{iotwsrsPicIsPub},</if>
- <if test="iotwsrsAtcorpIsTa != null">IOTWSRS_ATCORP_IS_TA = #{iotwsrsAtcorpIsTa},</if>
- <if test="iotwsrsIsArmtrptklRfcspghs != null">IOTWSRS_IS_ARMTRPTKL_RFCSPGHS = #{iotwsrsIsArmtrptklRfcspghs},</if>
- <if test="dsihtdtIsFasiwp != null">DSIHTDT_IS_FASIWP = #{dsihtdtIsFasiwp},</if>
- <if test="dsihtdtIsArotcosihtd != null">DSIHTDT_IS_AROTCOSIHTD = #{dsihtdtIsArotcosihtd},</if>
- <if test="dsihtdtIsOsisfcey != null">DSIHTDT_IS_OSISFCEY = #{dsihtdtIsOsisfcey},</if>
- <if test="dsihtdtIsPfdsiIrnstr != null">DSIHTDT_IS_PFDSI_IRNSTR = #{dsihtdtIsPfdsiIrnstr},</if>
- <if test="wsscIsOswsps != null">WSSC_IS_OSWSPS = #{wsscIsOswsps},</if>
- <if test="wsscIsGpscosrsp != null">WSSC_IS_GPSCOSRSP = #{wsscIsGpscosrsp},</if>
- <if test="othIsIfssswe != null">OTH_IS_IFSSSWE = #{othIsIfssswe},</if>
- <if test="othIsOrtpsspspmp != null">OTH_IS_ORTPSSPSPMP = #{othIsOrtpsspspmp},</if>
- <if test="othIsCrrrhar != null">OTH_IS_CRRRHAR = #{othIsCrrrhar},</if>
- <if test="pblmNt != null">PBLM_NT = #{pblmNt},</if>
- <if test="note != null">NOTE = #{note},</if>
- <if test="status != null">STATUS = #{status},</if>
- <if test="persId != null">PERS_ID = #{persId},</if>
- <if test="intm != null">INTM = #{intm},</if>
- <if test="uptm != null">UPTM = #{uptm},</if>
- </trim>
- <where>ID = #{id}</where>
- </update>
- <update id="updateBy" parameterType="cn.com.goldenwater.dcproj.model.BisInspHystCoMngInfo">
- update BIS_INSP_HYST_CO_MNG_INFO
- <trim prefix="set" suffixOverrides=",">
- <if test="suggestion != null">SUGGESTION = #{suggestion},</if>
- <if test="psCtcCom != null">PS_CTC_COM = #{psCtcCom},</if>
- <if test="rgstrId != null">RGSTR_ID = #{rgstrId},</if>
- <if test="adCode != null">AD_CODE = #{adCode},</if>
- <if test="adName != null">AD_NAME = #{adName},</if>
- <if test="swAerUnit != null">SW_AER_UNIT = #{swAerUnit},</if>
- <if test="swAerDorab != null">SW_AER_DORAB = #{swAerDorab},</if>
- <if test="hystNum != null">HYST_NUM = #{hystNum},</if>
- <if test="insCapTot != null">INS_CAP_TOT = #{insCapTot},</if>
- <if test="psOsopIsEaa != null">PS_OSOP_IS_EAA = #{psOsopIsEaa},</if>
- <if test="psCtcIsPotp != null">PS_CTC_IS_POTP = #{psCtcIsPotp},</if>
- <if test="psCtcIsPotpToc != null">PS_CTC_IS_POTP_TOC = #{psCtcIsPotpToc},</if>
- <if test="psIsItmboftip != null">PS_IS_ITMBOFTIP = #{psIsItmboftip},</if>
- <if test="aosnIsCa != null">AOSN_IS_CA = #{aosnIsCa},</if>
- <if test="aosnIsPub != null">AOSN_IS_PUB = #{aosnIsPub},</if>
- <if test="aosnIsTmr != null">AOSN_IS_TMR = #{aosnIsTmr},</if>
- <if test="soefIsAttrotptefmp != null">SOEF_IS_ATTROTPTEFMP = #{soefIsAttrotptefmp},</if>
- <if test="soefEfmpIsNml != null">SOEF_EFMP_IS_NML = #{soefEfmpIsNml},</if>
- <if test="soefIsAttrotptetfss != null">SOEF_IS_ATTROTPTETFSS = #{soefIsAttrotptetfss},</if>
- <if test="saiIsWcosairtr != null">SAI_IS_WCOSAIRTR = #{saiIsWcosairtr},</if>
- <if test="saiIsVopucapchbco != null">SAI_IS_VOPUCAPCHBCO = #{saiIsVopucapchbco},</if>
- <if test="iotwsrsIsSbstitsotrpatmrp != null">IOTWSRS_IS_SBSTITSOTRPATMRP = #{iotwsrsIsSbstitsotrpatmrp},</if>
- <if test="iotwsrsPicIsPub != null">IOTWSRS_PIC_IS_PUB = #{iotwsrsPicIsPub},</if>
- <if test="iotwsrsAtcorpIsTa != null">IOTWSRS_ATCORP_IS_TA = #{iotwsrsAtcorpIsTa},</if>
- <if test="iotwsrsIsArmtrptklRfcspghs != null">IOTWSRS_IS_ARMTRPTKL_RFCSPGHS = #{iotwsrsIsArmtrptklRfcspghs},</if>
- <if test="dsihtdtIsFasiwp != null">DSIHTDT_IS_FASIWP = #{dsihtdtIsFasiwp},</if>
- <if test="dsihtdtIsArotcosihtd != null">DSIHTDT_IS_AROTCOSIHTD = #{dsihtdtIsArotcosihtd},</if>
- <if test="dsihtdtIsOsisfcey != null">DSIHTDT_IS_OSISFCEY = #{dsihtdtIsOsisfcey},</if>
- <if test="dsihtdtIsPfdsiIrnstr != null">DSIHTDT_IS_PFDSI_IRNSTR = #{dsihtdtIsPfdsiIrnstr},</if>
- <if test="wsscIsOswsps != null">WSSC_IS_OSWSPS = #{wsscIsOswsps},</if>
- <if test="wsscIsGpscosrsp != null">WSSC_IS_GPSCOSRSP = #{wsscIsGpscosrsp},</if>
- <if test="othIsIfssswe != null">OTH_IS_IFSSSWE = #{othIsIfssswe},</if>
- <if test="othIsOrtpsspspmp != null">OTH_IS_ORTPSSPSPMP = #{othIsOrtpsspspmp},</if>
- <if test="othIsCrrrhar != null">OTH_IS_CRRRHAR = #{othIsCrrrhar},</if>
- <if test="pblmNt != null">PBLM_NT = #{pblmNt},</if>
- <if test="note != null">NOTE = #{note},</if>
- <if test="status != null">STATUS = #{status},</if>
- <if test="persId != null">PERS_ID = #{persId},</if>
- <if test="intm != null">INTM = #{intm},</if>
- <if test="uptm != null">UPTM = #{uptm},</if>
- </trim>
- <include refid="page_where" />
- </update>
- <!-- 其他自定义SQL -->
- </mapper>
|