ycl-platform/src/main/resources/mapper/store/UmsStoreInfoMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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