Browse Source

催款会员筛选BUG修复

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

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

@@ -1256,7 +1256,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
       and b.approval in (1,2)
     </if>
 	<if test="memberType !=null">
-      and b.project_type= #{memberType}
+      and tm.project_type= #{memberType}
     </if>
     <if test="name != null">
   	and c.nickname like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
@@ -1325,7 +1325,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
        and b.approval in (1,2)
      </if>
      <if test="memberType !=null">
-       and b.project_type= #{memberType}
+       and tm.project_type= #{memberType}
      </if>
     <if test="name != null">
   	and c.nickname like CONCAT('%',#{name,jdbcType=VARCHAR},'%')