lidongdong
2023-11-29 e4b6fd08c38375770e3617d03fcbb9b026936491
修改金汇大屏商家服务统计
1个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiLargeScreenMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiLargeScreenMapper.xml
@@ -32,7 +32,11 @@
        select
            count(id) as number
        from jinhui_com_convenient_merchants
        where audit_type=#{auditType}
        <where>
            <if test=" auditType != null and auditType != '' ">
                audit_type=#{auditType}
            </if>
        </where>
    </select>