供应商澄清信息待办接口
This commit is contained in:
@ -148,8 +148,8 @@
|
||||
biz_message.content AS content
|
||||
FROM
|
||||
biz_message
|
||||
LEFT JOIN biz_message_template ON biz_message.templatecode = biz_message_template.
|
||||
CODE INNER JOIN biz_message_authorize authorize ON biz_message.id = authorize.message_id
|
||||
LEFT JOIN biz_message_template ON biz_message.templatecode = biz_message_template.CODE
|
||||
INNER JOIN biz_message_authorize authorize ON biz_message.id = authorize.message_id
|
||||
WHERE
|
||||
authorize = 1
|
||||
AND biz_message.templatecode = 'T0002'
|
||||
|
Reference in New Issue
Block a user