Your Name
2022-12-06 b3865c42e78dd87a7ff00404089ad78996629b4e
java110-db/src/main/resources/mapper/store/WechatMenuV1ServiceDaoImplMapper.xml
@@ -99,6 +99,9 @@
        select count(1) count
        from wechat_menu t
        where 1 =1
        <if test="statusCd !=null and statusCd != ''">
            and t.status_cd= #{statusCd}
        </if>
        <if test="pagepath !=null and pagepath != ''">
            and t.pagepath= #{pagepath}
        </if>