Browse Source

招商引资修改引荐人数据

Administrator 4 năm trước cách đây
mục cha
commit
1609a73e73

+ 1 - 1
ruoyi-system/src/main/resources/mapper/system/project/BmProjectInfoMapper.xml

@@ -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">