微信库修改
This commit is contained in:
parent
d50e0cb37f
commit
a6669ecb53
@ -127,7 +127,7 @@
|
|||||||
wt.template_source,
|
wt.template_source,
|
||||||
wt.template_sort,
|
wt.template_sort,
|
||||||
wt.template_remark,
|
wt.template_remark,
|
||||||
wtst.id AS taskId,
|
IFNULL(MAX(wtst.id), 0) AS taskId,
|
||||||
GROUP_CONCAT(wtst.suit_task_type_name SEPARATOR ',') as suitTaskTypeName
|
GROUP_CONCAT(wtst.suit_task_type_name SEPARATOR ',') as suitTaskTypeName
|
||||||
from wechat_template wt
|
from wechat_template wt
|
||||||
left join wechat_template_suit_task wtst on wt.id = wtst.wechat_template_id
|
left join wechat_template_suit_task wtst on wt.id = wtst.wechat_template_id
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user