@@ -131,7 +131,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
bm_project_info i
LEFT JOIN bm_project_referral r ON i.bm_project_id = r.bm_project_id
AND i.is_del = '0'
- where i.bm_project_id = #{id} limit 1
+ where i.bm_project_id = #{id}
</select>
<insert id="insertBmProjectInfo" parameterType="BmProjectInfo" useGeneratedKeys="true" keyProperty="id">