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},