소스 검색

获取人工客服统计加上筛选条件 check_state = 0 迁入的数据

王苗苗 3 달 전
부모
커밋
bc7033b792
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      slibra-system/src/main/resources/mapper/business/TCallRecordMapper.xml

+ 1 - 0
slibra-system/src/main/resources/mapper/business/TCallRecordMapper.xml

@@ -255,6 +255,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             c_agent_monitor
         WHERE
             1 = 1
+          and check_state = 0
         <if test="state != null "> and service_state = #{state}</if>
     </select>