|
@@ -15,6 +15,7 @@
|
|
b.`name` AS type_name,
|
|
b.`name` AS type_name,
|
|
ifnull(a.review_comments,"") as "reviewComments",
|
|
ifnull(a.review_comments,"") as "reviewComments",
|
|
ifnull(a.reply_comments,"") as "replyComments",
|
|
ifnull(a.reply_comments,"") as "replyComments",
|
|
|
|
+ ifnull(a.is_apply,"") as "isApply",
|
|
b.sort
|
|
b.sort
|
|
FROM proofread_type b
|
|
FROM proofread_type b
|
|
LEFT JOIN proofread_detail a ON a.type_id = b.id
|
|
LEFT JOIN proofread_detail a ON a.type_id = b.id
|