Selaa lähdekoodia

执行模板初始化问题

yjwang 1 viikko sitten
vanhempi
commit
488f436ade
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      fs-service/src/main/resources/mapper/sop/QwSopTempMapper.xml

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

@@ -68,7 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         select * from qw_sop_temp_temp
     </select>
     <select id="selectListByIds" resultType="com.fs.sop.domain.QwSopTemp">
-        select * from qw_sop_temp  where send_type = 11 and id in
+        select * from qw_sop_temp  where id in
         <foreach item="id" collection="ids" open="(" separator="," close=")">
             #{id}
         </foreach>