This commit is contained in:
chenyanchang
2026-06-04 16:52:19 +08:00
parent 1db9243cee
commit 24eced691e
2 changed files with 4 additions and 5 deletions

View File

@@ -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 &lt;= #{endDate}
and create_time &lt;= #{endDate}
</if>
</where>
order by is_explain desc

View File

@@ -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()
// 移动端公用查询,可匿名访问