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>