fix 83184 83182 有效会员查询问题

This commit is contained in:
lijiarao
2024-03-29 14:54:58 +08:00
parent 2762d1db0b
commit d4632a16f9
@@ -100,7 +100,7 @@
LEFT JOIN tb_member_project tmp on tmp.id = tmps.project_id
<where>
tmps.company_id = #{companyId}
and tmps.effective_date is not null
and current_date BETWEEN effective_date and invalidation_date
</where>
</select>