|
@ -632,6 +632,7 @@ |
|
|
<result property="createdTime" column="created_time"></result> |
|
|
<result property="createdTime" column="created_time"></result> |
|
|
<result property="backGround" column="back_ground"></result> |
|
|
<result property="backGround" column="back_ground"></result> |
|
|
<result property="status" column="status"></result> |
|
|
<result property="status" column="status"></result> |
|
|
|
|
|
<result property="statusValue" column="statusValue"></result> |
|
|
<result property="firstId" column="category_pids"></result> |
|
|
<result property="firstId" column="category_pids"></result> |
|
|
<result property="secondId" column="category_id"></result> |
|
|
<result property="secondId" column="category_id"></result> |
|
|
<result property="publicReply" column="public_reply"></result> |
|
|
<result property="publicReply" column="public_reply"></result> |
|
@ -653,6 +654,7 @@ |
|
|
DATE_FORMAT(p.created_time, '%Y-%m-%d %H:%i:%s') AS created_time, |
|
|
DATE_FORMAT(p.created_time, '%Y-%m-%d %H:%i:%s') AS created_time, |
|
|
p.back_ground, |
|
|
p.back_ground, |
|
|
( CASE WHEN p.`STATUS` = 'pending' THEN '处理中' WHEN p.`STATUS` = 'closed' THEN '已结案' ELSE '' END ) AS status, |
|
|
( CASE WHEN p.`STATUS` = 'pending' THEN '处理中' WHEN p.`STATUS` = 'closed' THEN '已结案' ELSE '' END ) AS status, |
|
|
|
|
|
p.`status` AS statusValue, |
|
|
pc.category_pids, |
|
|
pc.category_pids, |
|
|
pc.category_id, |
|
|
pc.category_id, |
|
|
pp.public_reply, |
|
|
pp.public_reply, |
|
|