Browse Source

会员列表修改

anderx 3 years ago
parent
commit
e526b27f34
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

@@ -1763,10 +1763,10 @@
     b.delete_sign deleteSign ,b.total_amount totalAmount ,b.sales_type salesType ,b.other,
     a.process_status status,a.commodity_id commodityId,a.commodity_name commodityName,
     a.commodity_quantity commodityQuantity,a.task_comment taskComment,a.picture_url pictureUrl,
-    d.service_life serviceLife ,d.service_year serviceYear,d.year_sum yearSum
+    e.service_life serviceLife ,e.service_year serviceYear,e.year_sum yearSum
     from t_order_task a left join t_order_new b on a.order_no =b.order_no
     left join t_order_mid c on a.order_no =c.order_no
-    left join t_task_member d on a.id=d.tid
+    left join t_task_member e on a.id=e.tid
     <if test="shiroType ==2">
       left join department d on b.order_dep =d.id
     </if>