品牌管理根据优先级排序

pull/1/head
zhaochencheng 3 years ago
parent 0e9364e33d
commit fcb63620b0

@ -62,6 +62,7 @@ public class BrandService {
if (!StringUtils.isEmpty(logo)) {
qw.eq("logo", logo);
}
qw.orderByAsc("sort");
return brandMapper.selectList(qw);
}

Loading…
Cancel
Save