南歧nc65对接修改
This commit is contained in:
+1
-1
@@ -1025,7 +1025,7 @@ public class UserShipperApplicationService {
|
||||
}
|
||||
|
||||
|
||||
public UserShipperPo getShipperSummaryData(Long userId) {
|
||||
public com.mhd.common.core.domain.po.UserShipperPo getShipperSummaryData(Long userId) {
|
||||
return userShipperDomainService.getShipperSummaryData(userId);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -59,5 +59,5 @@ public interface UserShipperRepositoryInterface extends IService<UserShipperEnti
|
||||
|
||||
SettlementInfoQueryVo getSettlementInfoByUserId(Long userId);
|
||||
|
||||
public UserShipperPo getShipperSummaryData(Long userId);
|
||||
public com.mhd.common.core.domain.po.UserShipperPo getShipperSummaryData(Long userId);
|
||||
}
|
||||
|
||||
+1
-1
@@ -27,5 +27,5 @@ public interface UserShipperMapper extends BaseMapper<UserShipperEntity> {
|
||||
|
||||
List<UserShipperEntity> selectBySealId(@Param("userShipperEntity") UserShipperEntity userShipperEntity);
|
||||
|
||||
public UserShipperPo getShipperSummaryData(Long userId);
|
||||
public com.mhd.common.core.domain.po.UserShipperPo getShipperSummaryData(Long userId);
|
||||
}
|
||||
|
||||
+1
-1
@@ -163,7 +163,7 @@ public class UserShipperRepositoryImpl extends ServiceImpl<UserShipperMapper, Us
|
||||
}
|
||||
|
||||
@Override
|
||||
public UserShipperPo getShipperSummaryData(Long userId) {
|
||||
public com.mhd.common.core.domain.po.UserShipperPo getShipperSummaryData(Long userId) {
|
||||
return shipperMapper.getShipperSummaryData(userId);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -224,7 +224,7 @@ public class UserShipperDomainService {
|
||||
return userShipperRepositoryInterface.getSettlementInfoByUserId(userId);
|
||||
}
|
||||
|
||||
public UserShipperPo getShipperSummaryData(Long userId) {
|
||||
public com.mhd.common.core.domain.po.UserShipperPo getShipperSummaryData(Long userId) {
|
||||
return userShipperRepositoryInterface.getShipperSummaryData(userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user