Преглед на файлове

feat:修复表格联动查询逻辑

韩帛霖 преди 1 година
родител
ревизия
d2ee31aff9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      zkqy-system/src/main/resources/mapper/dragmapper/DragTableGroupMapper.xml

+ 2 - 2
zkqy-system/src/main/resources/mapper/dragmapper/DragTableGroupMapper.xml

@@ -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>