Przeglądaj źródła

我的客户列表详情与跟进列表的修改

anderx 1 rok temu
rodzic
commit
6099981c5c

+ 1 - 1
src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

@@ -855,6 +855,6 @@
         from public_release a  left join admin c on a.aid =c.id
         where  a.status in  (2) and a.type in (0,1,2)
           and a.id in (select DISTINCT prid from public_release_details where uid = #{id}
-            and main_status =11)
+            and main_status =1)
     </select>
 </mapper>