|
@@ -8,7 +8,7 @@
|
|
|
<result column="inspection_id_" property="inspectionId"/>
|
|
|
<result column="item_id_" property="itemId"/>
|
|
|
<result column="user_id_" property="userId"/>
|
|
|
- <result column="operator_user_id" property="operatorUserId"/>
|
|
|
+ <result column="operator_user_id_" property="operatorUserId"/>
|
|
|
<result column="plan_start_" property="planStart"/>
|
|
|
<result column="plan_end_" property="planEnd"/>
|
|
|
<result column="organ_id_" property="organId"/>
|
|
@@ -62,7 +62,7 @@
|
|
|
user_id_ = #{userId},
|
|
|
</if>
|
|
|
<if test="operatorUserId != null">
|
|
|
- operator_user_id = #{userId},
|
|
|
+ operator_user_id_ = #{userId},
|
|
|
</if>
|
|
|
<if test="planStart != null">
|
|
|
plan_start_ = #{planStart},
|