feiyu02
2024-07-08 b212ef0208cb094f63ea8a239a1361f8e859c839
src/main/resources/mapper/ds1/InspectionMapper.xml
@@ -8,34 +8,34 @@
    <id column="I_GUID" property="guid" jdbcType="VARCHAR" />
    <result column="ST_GUID" property="stguid" jdbcType="VARCHAR" />
    <result column="S_GUID" property="sguid" jdbcType="VARCHAR" />
    <result column="I_ScenseName" property="iScensename" jdbcType="VARCHAR" />
    <result column="I_ScenseAddress" property="iScenseaddress" jdbcType="VARCHAR" />
    <result column="I_IsTogether" property="iIstogether" jdbcType="BIT" />
    <result column="I_EntourageT" property="iEntouraget" jdbcType="VARCHAR" />
    <result column="I_EntourageWX" property="iEntouragewx" jdbcType="VARCHAR" />
    <result column="I_Entourage" property="iEntourage" jdbcType="VARCHAR" />
    <result column="I_ExecutionStartTime" property="iExecutionstarttime" jdbcType="TIMESTAMP" />
    <result column="I_ExecutionEndTime" property="iExecutionendtime" jdbcType="TIMESTAMP" />
    <result column="I_ProblemCount" property="iProblemcount" jdbcType="INTEGER" />
    <result column="I_IsRechecked" property="iIsrechecked" jdbcType="BIT" />
    <result column="I_RecheckCount" property="iRecheckcount" jdbcType="INTEGER" />
    <result column="I_PromissedNum" property="iPromissednum" jdbcType="INTEGER" />
    <result column="I_ChangedNum" property="iChangednum" jdbcType="INTEGER" />
    <result column="I_IsChanged" property="iIschanged" jdbcType="BIT" />
    <result column="I_IsRvaluated" property="iIsrvaluated" jdbcType="BIT" />
    <result column="I_isPromissed" property="iIspromissed" jdbcType="BIT" />
    <result column="I_PromissedTime" property="iPromissedtime" jdbcType="TIMESTAMP" />
    <result column="I_PromissedUserGUID" property="iPromisseduserguid" jdbcType="VARCHAR" />
    <result column="I_PromissedUserName" property="iPromissedusername" jdbcType="VARCHAR" />
    <result column="I_PromissedUserRealName" property="iPromisseduserrealname" jdbcType="VARCHAR" />
    <result column="I_PromissedWay" property="iPromissedway" jdbcType="VARCHAR" />
    <result column="I_PromissedDeadline" property="iPromisseddeadline" jdbcType="TIMESTAMP" />
    <result column="I_PromissBookPath" property="iPromissbookpath" jdbcType="VARCHAR" />
    <result column="I_SignPath" property="iSignpath" jdbcType="VARCHAR" />
    <result column="I_Extension1" property="iExtension1" jdbcType="VARCHAR" />
    <result column="I_Extension2" property="iExtension2" jdbcType="VARCHAR" />
    <result column="I_Extension3" property="iExtension3" jdbcType="VARCHAR" />
    <result column="I_Remark" property="iRemark" jdbcType="VARCHAR" />
    <result column="I_ScenseName" property="scensename" jdbcType="VARCHAR" />
    <result column="I_ScenseAddress" property="scenseaddress" jdbcType="VARCHAR" />
    <result column="I_IsTogether" property="istogether" jdbcType="BIT" />
    <result column="I_EntourageT" property="entouraget" jdbcType="VARCHAR" />
    <result column="I_EntourageWX" property="entouragewx" jdbcType="VARCHAR" />
    <result column="I_Entourage" property="entourage" jdbcType="VARCHAR" />
    <result column="I_ExecutionStartTime" property="executionstarttime" jdbcType="TIMESTAMP" />
    <result column="I_ExecutionEndTime" property="executionendtime" jdbcType="TIMESTAMP" />
    <result column="I_ProblemCount" property="problemcount" jdbcType="INTEGER" />
    <result column="I_IsRechecked" property="isrechecked" jdbcType="BIT" />
    <result column="I_RecheckCount" property="recheckcount" jdbcType="INTEGER" />
    <result column="I_PromissedNum" property="promissednum" jdbcType="INTEGER" />
    <result column="I_ChangedNum" property="changednum" jdbcType="INTEGER" />
    <result column="I_IsChanged" property="ischanged" jdbcType="BIT" />
    <result column="I_IsRvaluated" property="isrvaluated" jdbcType="BIT" />
    <result column="I_isPromissed" property="ispromissed" jdbcType="BIT" />
    <result column="I_PromissedTime" property="promissedtime" jdbcType="TIMESTAMP" />
    <result column="I_PromissedUserGUID" property="promisseduserguid" jdbcType="VARCHAR" />
    <result column="I_PromissedUserName" property="promissedusername" jdbcType="VARCHAR" />
    <result column="I_PromissedUserRealName" property="promisseduserrealname" jdbcType="VARCHAR" />
    <result column="I_PromissedWay" property="promissedway" jdbcType="VARCHAR" />
    <result column="I_PromissedDeadline" property="promisseddeadline" jdbcType="TIMESTAMP" />
    <result column="I_PromissBookPath" property="promissbookpath" jdbcType="VARCHAR" />
    <result column="I_SignPath" property="signpath" jdbcType="VARCHAR" />
    <result column="I_Extension1" property="extension1" jdbcType="VARCHAR" />
    <result column="I_Extension2" property="extension2" jdbcType="VARCHAR" />
    <result column="I_Extension3" property="extension3" jdbcType="VARCHAR" />
    <result column="I_Remark" property="remark" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >