Browse Source

message:

改bug
dev_power_axis
HAHA 4 years ago
parent
commit
68e2ec2c39
  1. 2
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/axis/dao/PowerAxisStructDao.java

2
epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/axis/dao/PowerAxisStructDao.java

@ -77,7 +77,7 @@ public interface PowerAxisStructDao extends BaseDao<PowerAxisStructEntity> {
int queryGridParty(String agencyId,String customerId,String gridCateGoryCode);
int queryGroupParty(String agencyId,String customerId,String groupCateGoryCode);
int queryGroupParty(@Param("agencyId") String agencyId,@Param("customerId") String customerId,@Param("groupCateGoryCode") String groupCateGoryCode);
int getKernelHouseHold(PowerAxisStructViewFormDTO form);

Loading…
Cancel
Save