Ver código fonte

新增判断模板状态

吴树波 1 mês atrás
pai
commit
281bacb757

+ 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)