|
@@ -26,25 +26,25 @@
|
|
|
<result column="update_by" property="updateBy" jdbcType="VARCHAR" />
|
|
|
<result column="date_update" property="dateUpdate" jdbcType="TIMESTAMP" />
|
|
|
|
|
|
- <association property="planUser" javaType="com.huaxu.entity.UserEntity">
|
|
|
- <id column="plan_user_id" property="id" jdbcType="INTEGER"/>
|
|
|
- <result column="plan_user_name" property="username"/>
|
|
|
- </association>
|
|
|
+<!-- <association property="planUser" javaType="com.huaxu.entity.UserEntity">-->
|
|
|
+<!-- <id column="plan_user_id" property="id" jdbcType="INTEGER"/>-->
|
|
|
+<!-- <result column="plan_user_name" property="username"/>-->
|
|
|
+<!-- </association>-->
|
|
|
|
|
|
- <association property="user" javaType="com.huaxu.entity.UserEntity">
|
|
|
- <id column="user_id" property="id" jdbcType="INTEGER"/>
|
|
|
- <result column="user_name" property="username"/>
|
|
|
- </association>
|
|
|
+<!-- <association property="user" javaType="com.huaxu.entity.UserEntity">-->
|
|
|
+<!-- <id column="user_id" property="id" jdbcType="INTEGER"/>-->
|
|
|
+<!-- <result column="user_name" property="username"/>-->
|
|
|
+<!-- </association>-->
|
|
|
|
|
|
- <association property="createBy" javaType="com.huaxu.entity.UserEntity">
|
|
|
- <id column="create_by_id" property="id" jdbcType="INTEGER"/>
|
|
|
- <result column="create_by_name" property="username"/>
|
|
|
- </association>
|
|
|
+<!-- <association property="createBy" javaType="com.huaxu.entity.UserEntity">-->
|
|
|
+<!-- <id column="create_by_id" property="id" jdbcType="INTEGER"/>-->
|
|
|
+<!-- <result column="create_by_name" property="username"/>-->
|
|
|
+<!-- </association>-->
|
|
|
|
|
|
- <association property="updateBy" javaType="com.huaxu.entity.UserEntity">
|
|
|
- <id column="update_by_id" property="id" jdbcType="INTEGER"/>
|
|
|
- <result column="update_by_name" property="username"/>
|
|
|
- </association>
|
|
|
+<!-- <association property="updateBy" javaType="com.huaxu.entity.UserEntity">-->
|
|
|
+<!-- <id column="update_by_id" property="id" jdbcType="INTEGER"/>-->
|
|
|
+<!-- <result column="update_by_name" property="username"/>-->
|
|
|
+<!-- </association>-->
|
|
|
|
|
|
|
|
|
|