wl
2022-12-21 80714f3f51b330f80906461a84d1bf8b9dbddf00
fix: 门店管理
1个文件已修改
2 ■■■ 已修改文件
ycl-platform/src/main/resources/mapper/store/UmsStoreInfoMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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