Kaynağa Gözat

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

王苗苗 3 ay önce
ebeveyn
işleme
bc7033b792

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