浏览代码

新增判断模板状态

吴树波 1 月之前
父节点
当前提交
281bacb757
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs-service/src/main/resources/mapper/sop/SopUserLogsMapper.xml

+ 0 - 1
fs-service/src/main/resources/mapper/sop/SopUserLogsMapper.xml

@@ -205,7 +205,6 @@
         from sop_user_logs a
         inner join qw_sop b on a.sop_id = b.id
         inner join qw_sop_temp c on b.temp_id = c.id
-        inner join qw_sop_temp c on b.temp_id = c.id
         where a.start_time <= Now()
             and a.status = 1
             and b.send_type != 4 and b.status in (2,3)