Browse Source

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

韩帛霖 1 year ago
parent
commit
d2ee31aff9

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