zhanghua
2023-06-24 cc7f335315c8439a6341c999fdffde0c772394af
ycl-platform/src/main/resources/mapper/store/UmsStoreInfoMapper.xml
@@ -26,7 +26,7 @@
                t1.store_number LIKE  CONCAT('%', #{keyword}, '%')
            </if>
            <if test="status!=null and status!='' and status!='0' ">
                t1.status = #{status}
             and   t1.status = #{status}
            </if>
        </where>
        order by t1.id desc