提交 9d910059 作者: zhenjie

Merge branches 'develop' and 'master' of ssh://git.mmcuav.cn:8222/iuav/cms into develop

......@@ -37,7 +37,6 @@ public class TokenCheckHandleInterceptor implements HandlerInterceptor {
if (!shouldFilter(requestURI)){
return true;
}
String token = request.getHeader("token");
if (StringUtils.isBlank(token)){
exceptionProcess(response);
......
......@@ -142,6 +142,13 @@
#{id}
</foreach>
</if>
<if test="keyword != null">
and (
user_name like CONCAT("%",#{keyword},"%") or
nick_name like CONCAT("%",#{keyword},"%") or
phone_num like CONCAT("%",#{keyword},"%")or
uid like CONCAT("%",#{keyword},"%"))
</if>
<if test="provinceCode != null">
and ua.province_code = #{provinceCode}
</if>
......
......@@ -18,4 +18,4 @@ patches:
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms
newTag: f3feaca2b4ecd07343122ef2a7b3bfd8e40a9b19
newTag: d38385144aaeecfff8c147e07aac460ea1f01b43
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论