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>