update
This commit is contained in:
@@ -219,10 +219,10 @@
|
||||
</if>
|
||||
</if>
|
||||
<if test="startDate != null and startDate != ''">
|
||||
and posting_date >= #{startDate}
|
||||
and create_time >= #{startDate}
|
||||
</if>
|
||||
<if test="endDate != null and endDate != ''">
|
||||
and posting_date <= #{endDate}
|
||||
and create_time <= #{endDate}
|
||||
</if>
|
||||
</where>
|
||||
order by is_explain desc
|
||||
|
||||
@@ -115,8 +115,7 @@ public class SecurityConfig
|
||||
"/register", "/captchaImage","/app/login","/websocket/**","/ws/**","/speech-recognition","/speech-synthesis",
|
||||
"/cms/company/listPage","/cms/appUser/noTmlist","/getTjmhToken","/getWwTjmhToken","/getWwTjmHlwToken",
|
||||
"/cms/notice/noticTotal","/cms/jobApply/zphApply","/cms/jobApply/zphApplyAgree","/cms/policyInfo/list",
|
||||
"/cms/policyInfo/detail", "/cms/industry/treeselect"
|
||||
).permitAll()
|
||||
"/cms/policyInfo/detail","/cms/industry/treeselect").permitAll()
|
||||
// 静态资源,可匿名访问
|
||||
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
||||
// 移动端公用查询,可匿名访问
|
||||
|
||||
Reference in New Issue
Block a user