ot业务单校验信用额度;

This commit is contained in:
王奎兴
2026-06-17 15:49:29 +08:00
parent 84c1e210d8
commit 82d08f76c2
@@ -8,6 +8,7 @@ import com.mhd.common.core.web.domain.AjaxResult;
import com.mhd.common.core.web.page.TableDataInfo;
import com.mhd.system.api.UserServiceFeign;
import com.mhd.system.api.domain.UserDTO;
import com.mhd.system.api.domain.UserShipperFeignDTO;
import com.mhd.system.api.domain.UserShipperQueryDTO;
import com.mhd.system.api.domain.UserUpdateDTO;
import com.mhd.system.api.model.LoginUser;
@@ -211,6 +212,11 @@ public class RemoteUserFeignFallbackFactory implements FallbackFactory<UserServi
public AjaxResult getCustomerNcCodeBatch(List<Long> shipperIdList) {
return AjaxResult.error("更新失败" + throwable.getMessage());
}
@Override
public AjaxResult querySaleCreditLimitFeign(UserShipperFeignDTO userShipperDTO) {
return null;
}
};
}
}