wangyunpeng 4 hete
szülő
commit
b5536e7838

+ 2 - 2
api-module/src/main/resources/mapper/wecom/thirdpart/ext/ThirdPartWeComRoomMapperExt.xml

@@ -8,7 +8,7 @@
         join third_part_we_com_staff staff on room.staff_id = staff.id
         join third_part_we_com_staff staff on room.staff_id = staff.id
         join third_part_we_com_corp corp on staff.corp_id = corp.id
         join third_part_we_com_corp corp on staff.corp_id = corp.id
         left join third_part_we_com_room_config room_config on room.id = room_config.room_id and room_config.status = 1
         left join third_part_we_com_room_config room_config on room.id = room_config.room_id and room_config.status = 1
-        where room.is_deleted = 0
+        where room.is_delete = 0
         <trim prefixOverrides="and">
         <trim prefixOverrides="and">
             <if test="param.corpName != null">
             <if test="param.corpName != null">
                 and corp.name = #{param.corpName}
                 and corp.name = #{param.corpName}
@@ -29,7 +29,7 @@
         join third_part_we_com_staff staff on room.staff_id = staff.id
         join third_part_we_com_staff staff on room.staff_id = staff.id
         join third_part_we_com_corp corp on staff.corp_id = corp.id
         join third_part_we_com_corp corp on staff.corp_id = corp.id
         left join third_part_we_com_room_config room_config on room.id = room_config.room_id and room_config.status = 1
         left join third_part_we_com_room_config room_config on room.id = room_config.room_id and room_config.status = 1
-        where room.is_deleted = 0
+        where room.is_delete = 0
         <trim prefixOverrides="and">
         <trim prefixOverrides="and">
             <if test="param.corpName != null">
             <if test="param.corpName != null">
                 and corp.name = #{param.corpName}
                 and corp.name = #{param.corpName}