|
@@ -29,9 +29,9 @@
|
|
|
<if test="groupDescription != null and groupDescription != ''"> and group_description = #{groupDescription}</if>
|
|
|
<if test="groupTableInfo != null and groupTableInfo != ''"> and group_table_info = #{groupTableInfo}</if>
|
|
|
<if test="groupType !=null and groupType!=''">and group_type = #{groupType}</if>
|
|
|
- <if test="createById != null and createById != ''" > and create_by_id = #{createById}</if>
|
|
|
+<!-- <if test="createById != null and createById != ''" > and create_by_id = #{createById}</if>-->
|
|
|
<if test="delFlag != null and delFlag != ''">del_flag = #{delFlag},</if>
|
|
|
- <if test="updateById != null and updateById != ''"> and update_by_id = #{updateById}</if>
|
|
|
+<!-- <if test="updateById != null and updateById != ''"> and update_by_id = #{updateById}</if>-->
|
|
|
</where>
|
|
|
</select>
|
|
|
|