|
@@ -344,7 +344,7 @@
|
|
|
<!-- </select> -->
|
|
|
|
|
|
<select id="selectByQuery" resultType="cn.com.ty.lift.ud.chat.mapper.entity.LiftCaseEntity">
|
|
|
- SELECT customer.`name` as customerName ,t.*,brand.`name` as brandName
|
|
|
+ SELECT customer.`name` as customerName ,t.*,brand.`name` as brandName,
|
|
|
que.examine_flag examineFlag,que.not_examine_reason notExamineReason
|
|
|
from lift_case as t
|
|
|
LEFT JOIN user_info AS ui ON t.create_user_id = ui.user_id
|