Commit 7133dd40 by erqian

fix:修改堡狮龙群活码只展示带骑行名称的

parent 266311ca
......@@ -378,7 +378,7 @@
and t3.member_id is not null
and t3.enterprise_id = #{enterpriseId}
and t3.member_id = #{memberId}
and t1.name CONCAT('%',#{hmName},'%')
and t1.name like CONCAT('%',#{hmName},'%')
</select>
......
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