bms结算对象同步;
This commit is contained in:
+6
@@ -1306,6 +1306,12 @@ public class UserShipperApplicationService {
|
||||
return userShipperDomainService.userShipperList(userShipperDO);
|
||||
}
|
||||
|
||||
public List<UserShipperPo> userShipperListAllByOrg(Long orgCode) {
|
||||
UserShipperDO userShipperDO = new UserShipperDO();
|
||||
userShipperDO.setOrganizationId(orgCode);
|
||||
return userShipperDomainService.userShipperList(userShipperDO);
|
||||
}
|
||||
|
||||
/**
|
||||
* E签宝回调接口-认证授权完成
|
||||
* @param jsonObject 回调参数
|
||||
|
||||
Reference in New Issue
Block a user