小程序动态增加类型
This commit is contained in:
@@ -6,7 +6,8 @@ package com.cool.store.enums;
|
|||||||
public enum ContentSubjectEnum {
|
public enum ContentSubjectEnum {
|
||||||
HY_CULTURE("沪姨文化"),
|
HY_CULTURE("沪姨文化"),
|
||||||
PARTNER_SAYS("加盟商说"),
|
PARTNER_SAYS("加盟商说"),
|
||||||
BRAND_NEWS("品牌动态")
|
BRAND_NEWS("品牌动态"),
|
||||||
|
MINI_PRE_FRIED("小程序预炸产品")
|
||||||
;
|
;
|
||||||
|
|
||||||
private String subjectName;
|
private String subjectName;
|
||||||
|
|||||||
@@ -201,6 +201,7 @@
|
|||||||
<if test="endTime != null and endTime != ''">
|
<if test="endTime != null and endTime != ''">
|
||||||
and update_time <= #{endTime}
|
and update_time <= #{endTime}
|
||||||
</if>
|
</if>
|
||||||
|
and subject != 'MINI_PRE_FRIED'
|
||||||
order by update_time desc
|
order by update_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user