guarantee-lsq 1 년 전
부모
커밋
aa06167353
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      platform-dao/src/main/resources/mapper/repair/RepairApplicationFormMapper.xml

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

@@ -390,14 +390,6 @@
                     dispatch_user_id = null,
                 </otherwise>
             </choose>
-            <choose>
-                <when test="repairUserName != null">
-                    repair_user_name = #{repairUserName},
-                </when>
-                <otherwise>
-                    repair_user_name = null,
-                </otherwise>
-            </choose>
             <choose>
                 <when test="repairEndTime != null">
                     repair_end_time = #{repairEndTime},