Commit d757157f authored by 温志超's avatar 温志超

更新报表

parent e021825c
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
<if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if>
<if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if> <if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if>
<if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if> <if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test=" abnormal_id != null">and f.abnormal_id = #{abnormalId}</if> <if test=" abnormalId != null">and f.abnormal_id = #{abnormalId}</if>
<if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if> <if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
<if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if>
<if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if> <if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if>
<if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if> <if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test=" abnormal_id != null">and f.abnormal_id = #{abnormalId}</if> <if test=" abnormalId != null">and f.abnormal_id = #{abnormalId}</if>
<if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if> <if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if>
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
<if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if>
<if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if> <if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if>
<if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if> <if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test=" abnormal_id != null">and f.abnormal_id = #{abnormalId}</if> <if test=" abnormalId != null">and f.abnormal_id = #{abnormalId}</if>
<if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if> <if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if>
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
<if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if>
<if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if> <if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if>
<if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if> <if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test=" abnormal_id != null">and f.abnormal_id = #{abnormalId}</if> <if test=" abnormalId != null">and f.abnormal_id = #{abnormalId}</if>
<if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if> <if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if>
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
<if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if>
<if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if> <if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if>
<if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if> <if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test=" abnormal_id != null">and f.abnormal_id = #{abnormalId}</if> <if test=" abnormalId != null">and f.abnormal_id = #{abnormalId}</if>
<if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if> <if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if>
...@@ -447,7 +447,7 @@ ...@@ -447,7 +447,7 @@
<if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if>
<if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if> <if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if>
<if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if> <if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test=" abnormal_id != null">and f.abnormal_id = #{abnormalId}</if> <if test=" abnormalId != null">and f.abnormal_id = #{abnormalId}</if>
<if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if> <if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if>
...@@ -492,7 +492,7 @@ ...@@ -492,7 +492,7 @@
<if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if>
<if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if> <if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if>
<if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if> <if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test=" abnormal_id != null">and f.abnormal_id = #{abnormalId}</if> <if test=" abnormalId != null">and f.abnormal_id = #{abnormalId}</if>
<if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if> <if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if>
...@@ -552,7 +552,7 @@ ...@@ -552,7 +552,7 @@
<if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and f.user_name like concat('%', #{userName}, '%')</if>
<if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if> <if test=" nickName != null and nickName != '' ">and f.nick_Name like '%${nickName}%'</if>
<if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if> <if test=" startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test=" abnormal_id != null">and f.abnormal_id = #{abnormalId}</if> <if test=" abnormalId != null">and f.abnormal_id = #{abnormalId}</if>
<if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if> <if test=" productName != null and productName != '' ">and workorder.product_Name like '%${productName}%'</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment