408249787 3 年之前
父节点
当前提交
f5d5b2393d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      platform-dao/src/main/resources/mapper/repair/RepairApplicationFormMapper.xml

+ 2 - 2
platform-dao/src/main/resources/mapper/repair/RepairApplicationFormMapper.xml

@@ -271,9 +271,9 @@
             <if test="type != null">
                 type = #{type},
             </if>
-            <if test="dispatchUserId">
+            <!--<if test="dispatchUserId">
                 and dispatch_user_id = #{dispatchUserId}
-            </if>
+            </if>-->
         </set>
         where id = #{id}
     </update>