招商经理等

This commit is contained in:
苏竹红
2023-06-15 19:26:51 +08:00
parent d80c70deb7
commit 8a67417998
16 changed files with 226 additions and 21 deletions

View File

@@ -46,5 +46,4 @@ public class HyIntendDevZoneInfoDAO {
}

View File

@@ -48,7 +48,7 @@ public class HyPartnerIntentInfoDAO {
}
public PartnerIntentApplyInfoDTO selectByLineId(Long lineId){
public HyPartnerIntentInfoDO selectByLineId(Long lineId){
if (lineId==null){
return null;
}

View File

@@ -46,5 +46,5 @@ public interface HyPartnerIntentInfoMapper {
* @param lineId
* @return
*/
PartnerIntentApplyInfoDTO selectByLineId(@Param("lineId") Long lineId);
HyPartnerIntentInfoDO selectByLineId(@Param("lineId") Long lineId);
}

View File

@@ -279,7 +279,7 @@
order by b.create_time
</select>
<select id="selectByLineId" resultType="com.cool.store.dto.partner.PartnerIntentApplyInfoDTO">
<select id="selectByLineId" resultMap="BaseResultMap">
select
<include refid="Base_Column_List"></include>
from hy_partner_intent_info