feat:第三方id
This commit is contained in:
@@ -208,7 +208,8 @@
|
|||||||
b.deadline as deadline,
|
b.deadline as deadline,
|
||||||
b.publisher_user_id as publishUserId,
|
b.publisher_user_id as publishUserId,
|
||||||
b.message_content as messageContent,
|
b.message_content as messageContent,
|
||||||
b.process_type as processType
|
b.process_type as processType,
|
||||||
|
b.handle_keyword as handleKeyword
|
||||||
from
|
from
|
||||||
zxjp_store_message a
|
zxjp_store_message a
|
||||||
left join zxjp_message_template b on a.message_template_id = b.id
|
left join zxjp_message_template b on a.message_template_id = b.id
|
||||||
|
|||||||
@@ -39,5 +39,7 @@ public class MessageDetailVO {
|
|||||||
private Integer processStatus;
|
private Integer processStatus;
|
||||||
|
|
||||||
private Integer processType;
|
private Integer processType;
|
||||||
|
@ApiModelProperty("第三方id")
|
||||||
|
private String handleKeyword;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user