|
|
@@ -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},'%')
|