Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
2c18182d
Commit
2c18182d
authored
Sep 20, 2020
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决严重问题, 缺少表结构eoa_mailbox_info issues/I1VN0E
parent
36cad937
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/mapper/xml/SysAnnouncementSendMapper.xml
+1
-4
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/model/AnnouncementSendModel.java
+1
-4
No files found.
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/mapper/xml/SysAnnouncementSendMapper.xml
View file @
2c18182d
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
<result
column=
"bus_id"
property=
"busId"
jdbcType=
"VARCHAR"
/>
<result
column=
"bus_id"
property=
"busId"
jdbcType=
"VARCHAR"
/>
<result
column=
"open_type"
property=
"openType"
jdbcType=
"VARCHAR"
/>
<result
column=
"open_type"
property=
"openType"
jdbcType=
"VARCHAR"
/>
<result
column=
"open_page"
property=
"openPage"
jdbcType=
"VARCHAR"
/>
<result
column=
"open_page"
property=
"openPage"
jdbcType=
"VARCHAR"
/>
<result
column=
"email_title"
property=
"emailTitle"
jdbcType=
"VARCHAR"
/>
</resultMap>
</resultMap>
<select
id=
"queryByUserId"
parameterType=
"String"
resultType=
"String"
>
<select
id=
"queryByUserId"
parameterType=
"String"
resultType=
"String"
>
...
@@ -38,11 +37,9 @@
...
@@ -38,11 +37,9 @@
sa.bus_id as bus_id,
sa.bus_id as bus_id,
sa.open_type as open_type,
sa.open_type as open_type,
sa.open_page as open_page,
sa.open_page as open_page,
sa.msg_abstract,
sa.msg_abstract
emi.title as email_title
from sys_announcement_send sas
from sys_announcement_send sas
left join sys_announcement sa ON sas.annt_id = sa.id
left join sys_announcement sa ON sas.annt_id = sa.id
left join eoa_mailbox_info emi ON emi.id = sa.bus_id
where sa.send_status = '1'
where sa.send_status = '1'
and sa.del_flag = '0'
and sa.del_flag = '0'
and sas.user_id = #{announcementSendModel.userId}
and sas.user_id = #{announcementSendModel.userId}
...
...
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/model/AnnouncementSendModel.java
View file @
2c18182d
...
@@ -76,8 +76,5 @@ public class AnnouncementSendModel implements Serializable {
...
@@ -76,8 +76,5 @@ public class AnnouncementSendModel implements Serializable {
* 摘要
* 摘要
*/
*/
private
java
.
lang
.
String
msgAbstract
;
private
java
.
lang
.
String
msgAbstract
;
/**
* 邮箱标题
*/
private
java
.
lang
.
String
emailTitle
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment