|
|
@ -19,7 +19,6 @@ package com.epmet.dao; |
|
|
|
|
|
|
|
import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
|
import com.epmet.commons.tools.dto.result.OptionDataResultDTO; |
|
|
|
import com.epmet.dto.form.PartyTypepercentFormDTO; |
|
|
|
import com.epmet.dto.form.PartyUnitListbriefFormDTO; |
|
|
|
import com.epmet.dto.result.PartyTypepercentResultDTO; |
|
|
|
import com.epmet.dto.result.PartyUnitDistributionResultDTO; |
|
|
@ -32,7 +31,6 @@ import org.apache.ibatis.annotations.Param; |
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
/** |
|
|
|
* 联建单位 |
|
|
@ -116,4 +114,6 @@ public interface IcPartyUnitDao extends BaseDao<IcPartyUnitEntity> { |
|
|
|
*/ |
|
|
|
List<PartyTypepercentResultDTO> getTypepercent(@Param("agencyId") String agencyId, |
|
|
|
@Param("customerId") String customerId); |
|
|
|
|
|
|
|
List<IcPartyUnitEntity> selectByIds(@Param("partyUnitIds") List<String> partyUnitIds); |
|
|
|
} |
|
|
|