| 
														
															@@ -196,15 +196,13 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <if test="createTime != null"> 
														 | 
														
														 | 
														
															             <if test="createTime != null"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 create_time_ = #{createTime}, 
														 | 
														
														 | 
														
															                 create_time_ = #{createTime}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </if> 
														 | 
														
														 | 
														
															             </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <if test="updateTime != null"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                update_time_ = #{updateTime}, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            </if> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <if test="status != null"> 
														 | 
														
														 | 
														
															             <if test="status != null"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 status_ = #{status,jdbcType=INTEGER}, 
														 | 
														
														 | 
														
															                 status_ = #{status,jdbcType=INTEGER}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </if> 
														 | 
														
														 | 
														
															             </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <if test="activityTag != null"> 
														 | 
														
														 | 
														
															             <if test="activityTag != null"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 activity_tag_ = #{activityTag}, 
														 | 
														
														 | 
														
															                 activity_tag_ = #{activityTag}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </if> 
														 | 
														
														 | 
														
															             </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                update_time_ = NOW() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </set> 
														 | 
														
														 | 
														
															         </set> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         where id_ = #{id,jdbcType=INTEGER} 
														 | 
														
														 | 
														
															         where id_ = #{id,jdbcType=INTEGER} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     </update> 
														 | 
														
														 | 
														
															     </update> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -276,7 +274,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 <if test="degree.activityTag != null"> 
														 | 
														
														 | 
														
															                 <if test="degree.activityTag != null"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     activity_tag_ = #{degree.activityTag}, 
														 | 
														
														 | 
														
															                     activity_tag_ = #{degree.activityTag}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 </if> 
														 | 
														
														 | 
														
															                 </if> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                update_time_ = NOW() 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    update_time_ = NOW() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </set> 
														 | 
														
														 | 
														
															             </set> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             where id_ = #{degree.id,jdbcType=INTEGER} 
														 | 
														
														 | 
														
															             where id_ = #{degree.id,jdbcType=INTEGER} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </foreach> 
														 | 
														
														 | 
														
															         </foreach> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -320,6 +318,5 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             user_id_ = #{userId} 
														 | 
														
														 | 
														
															             user_id_ = #{userId} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             AND activity_tag_=#{activityTag} 
														 | 
														
														 | 
														
															             AND activity_tag_=#{activityTag} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             AND (sporadic_id_ IS NOT NULL OR theory_level_ IS NOT NULL) 
														 | 
														
														 | 
														
															             AND (sporadic_id_ IS NOT NULL OR theory_level_ IS NOT NULL) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            AND status_=2 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     </select> 
														 | 
														
														 | 
														
															     </select> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </mapper> 
														 | 
														
														 | 
														
															 </mapper> 
														 |