瀏覽代碼

工单问题列表

tags/v1.1.0^2
wanghaoran 1 年之前
父節點
當前提交
72faed1d7d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tuoheng-admin/src/main/resources/mapper/WorkOrderMapper.xml

+ 2
- 2
tuoheng-admin/src/main/resources/mapper/WorkOrderMapper.xml 查看文件

@@ -18,8 +18,8 @@
LEFT JOIN th_question q on woq.question_id = q.id
LEFT JOIN th_question_handle qh on q.id = qh.question_id
LEFT JOIN sys_user u on qh.handler_user = u.id
<if test="request.type != '' and request.type != null">
AND q.type = #{request.type}
<if test="request.questionType != '' and request.questionType != null">
AND q.type = #{request.questionType}
</if>
<if test="request.status != null">
AND woq.`status` = #{request.status}

Loading…
取消
儲存