Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
9518fff5
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1437
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
9518fff5
编写于
11月 03, 2021
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
获取通讯录列表接口改造
上级
3b0f09a7
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
11 addition
and
3 deletion
+11
-3
skyeye-mail/src/main/resources/mapper/mail/MailListMapper.xml
...ye-mail/src/main/resources/mapper/mail/MailListMapper.xml
+8
-2
skyeye-mail/src/main/resources/reqmapping/mapping/mail.xml
skyeye-mail/src/main/resources/reqmapping/mapping/mail.xml
+3
-1
未找到文件。
skyeye-mail/src/main/resources/mapper/mail/MailListMapper.xml
浏览文件 @
9518fff5
...
...
@@ -21,8 +21,14 @@
<if
test=
"category == '1'.toString()"
>
AND a.create_id = #{userId}
</if>
<if
test=
"searchCondition != '' and searchCondition != null"
>
AND (a.`name` LIKE '%${searchCondition}%' OR a.personal_phone LIKE '%${searchCondition}%' OR a.work_phone LIKE '%${searchCondition}%')
<if
test=
"userName != '' and userName != null"
>
AND a.`name` LIKE '%${userName}%'
</if>
<if
test=
"phone != '' and phone != null"
>
AND a.personal_phone LIKE '%${phone}%'
</if>
<if
test=
"email != '' and email != null"
>
AND a.email LIKE '%${email}%'
</if>
ORDER BY a.create_time DESC
</select>
...
...
skyeye-mail/src/main/resources/reqmapping/mapping/mail.xml
浏览文件 @
9518fff5
...
...
@@ -9,7 +9,9 @@
<property
id=
"limit"
name=
"limit"
ref=
"required,num"
var=
"分页参数,每页多少条数据"
/>
<property
id=
"page"
name=
"page"
ref=
"required,num"
var=
"分页参数,第几页"
/>
<property
id=
"category"
name=
"category"
ref=
"required,num"
var=
"通讯录类型 1.个人通讯录 2.公共通讯录"
/>
<property
id=
"searchCondition"
name=
"searchCondition"
ref=
""
var=
"查询条件"
/>
<property
id=
"userName"
name=
"userName"
ref=
""
var=
"姓名"
/>
<property
id=
"phone"
name=
"phone"
ref=
""
var=
"电话"
/>
<property
id=
"email"
name=
"email"
ref=
""
var=
"个人邮箱"
/>
</url>
<url
id=
"maillist002"
path=
"/post/MailListController/insertMailMation"
val=
"新增通讯录(个人或者公共通讯录)"
allUse=
"1"
method=
"POST"
groupName=
"通讯录管理"
>
<property
id=
"name"
name=
"name"
ref=
"required"
var=
"姓名"
/>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录