|
|
@ -75,19 +75,19 @@ public interface PowerAxisStructDao extends BaseDao<PowerAxisStructEntity> { |
|
|
|
|
|
|
|
List<String> getIdsByAgencyId(String agencyId, String customerId); |
|
|
|
|
|
|
|
int queryGridParty(@Param("agencyId") String agencyId,@Param("customerId") String customerId,@Param("gridCateGoryCode") String gridCateGoryCode); |
|
|
|
int queryGridParty(@Param("agencyId") String agencyId, @Param("customerId") String customerId, @Param("gridCateGoryCode") String gridCateGoryCode); |
|
|
|
|
|
|
|
int queryGroupParty(@Param("agencyId") String agencyId,@Param("customerId") String customerId,@Param("groupCateGoryCode") String groupCateGoryCode); |
|
|
|
int queryGroupParty(@Param("agencyId") String agencyId, @Param("customerId") String customerId, @Param("groupCateGoryCode") String groupCateGoryCode); |
|
|
|
|
|
|
|
int getKernelHouseHold(PowerAxisStructViewFormDTO form); |
|
|
|
int getKernelHouseHold(@Param("agencyId") String agencyId, @Param("customerId") String customerId); |
|
|
|
|
|
|
|
int getServiceStation(PowerAxisStructViewFormDTO form); |
|
|
|
int getServiceStation(@Param("agencyId") String agencyId,@Param("customerId") String customerId); |
|
|
|
|
|
|
|
List<PowerAxisStructTreeResultDTO> getStructTree(PowerAxisStructStructTreeFormDTO form); |
|
|
|
|
|
|
|
String queryCategoryCode(PowerAxisListPositionFormDTO form); |
|
|
|
|
|
|
|
List<PowerAxisListPositionResultDTO> querylistPosition(@Param("customerId") String customerId,@Param("code") String code ,@Param("agencyId") String agencyId); |
|
|
|
List<PowerAxisListPositionResultDTO> querylistPosition(@Param("customerId") String customerId, @Param("code") String code, @Param("agencyId") String agencyId); |
|
|
|
|
|
|
|
/** |
|
|
|
* 根据节点接报,组装其上级节点树 |
|
|
|