|
|
|
@@ -8,7 +8,7 @@ |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="user_version" jdbcType="VARCHAR" property="userVersion"/> |
|
|
|
<result column="version_desc" jdbcType="VARCHAR" property="versionDesc"/> |
|
|
|
<result column="auditid" jdbcType="Long" property="auditid"/> |
|
|
|
<result column="auditid" jdbcType="INTEGER" property="auditid"/> |
|
|
|
<result column="audit_status" jdbcType="INTEGER" property="auditStatus"/> |
|
|
|
<result column="audit_err_code" jdbcType="VARCHAR" property="auditErrCode"/> |
|
|
|
<result column="audit_time" jdbcType="TIMESTAMP" property="auditTime"/> |
|
|
|
@@ -87,7 +87,7 @@ |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="user_version" jdbcType="VARCHAR" property="userVersion"/> |
|
|
|
<result column="version_desc" jdbcType="VARCHAR" property="versionDesc"/> |
|
|
|
<result column="auditid" jdbcType="Long" property="auditid"/> |
|
|
|
<result column="auditid" jdbcType="INTEGER" property="auditid"/> |
|
|
|
<result column="audit_status" jdbcType="INTEGER" property="auditStatus"/> |
|
|
|
<result column="audit_err_code" jdbcType="VARCHAR" property="auditErrCode"/> |
|
|
|
<result column="audit_time" jdbcType="TIMESTAMP" property="auditTime"/> |
|
|
|
|