模板列表 1的 不管状态
This commit is contained in:
@@ -37,7 +37,7 @@ public class SmsShopTemplateServiceImpl extends ServiceImpl<SmsShopTemplateMappe
|
||||
.in(SmsShopTemplate::getShopId, list)
|
||||
.orderBy(SmsShopTemplate::getShopId).asc()
|
||||
.orderBy(SmsShopTemplate::getSort).asc();
|
||||
if (shopId != 1L) {
|
||||
if (!"1".equals(shopId.toString())) {
|
||||
queryWrapper.eq(SmsShopTemplate::getStatus, status);
|
||||
} else {
|
||||
queryWrapper.eq(SmsShopTemplate::getStatus, 1);
|
||||
|
||||
Reference in New Issue
Block a user